X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Makefile;h=4f098204b173c0ba475518b2f3a7d3d69077f292;hb=f873d7fa08ab2f48e5ca96a5b6d1b41724874b09;hp=aeb7ba9d4f3a80d07ccaa5be0178e03204b0a62f;hpb=41f85eb875bcdadec4d6766ae93022ca233eaccf;p=greproxy diff --git a/Makefile b/Makefile index aeb7ba9..4f09820 100644 --- 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)