]> git.sesse.net Git - greproxy/blobdiff - Makefile
Add FEC.
[greproxy] / Makefile
index aeb7ba9d4f3a80d07ccaa5be0178e03204b0a62f..4f098204b173c0ba475518b2f3a7d3d69077f292 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,8 @@
 CXXFLAGS=-std=gnu++11 -O2 -g
+LDLIBS=-lfec
 
-TUNGRE_OBJS=tungre.o greprotocol.o reorderer.o tunprotocol.o
-GREPROXY_OBJS=greproxy.o greprotocol.o reorderer.o tunprotocol.o
+TUNGRE_OBJS=tungre.o greprotocol.o reorderer.o tunprotocol.o rsdecoder.o rsencoder.o
+GREPROXY_OBJS=greproxy.o greprotocol.o reorderer.o tunprotocol.o rsdecoder.o rsencoder.o
 
 all: tungre greproxy
 tungre: $(TUNGRE_OBJS)