X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/aacba76c8d678c22ebd98b3c8a4babed4ecc0066..5e65215ed4758c8fcd26ecaadc4b6121b93dab1c:/Makefile diff --git a/Makefile b/Makefile index 3a61b5b..e915e9b 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ LDFLAGS = LDLIBS = INSTALL = install -c -D -o root -g root -l2tpns.LIBS = -lcrypto -lm -lcli -ldl +l2tpns.LIBS = -lm -lcli -ldl OBJS = arp.o cli.o cluster.o constants.o control.o icmp.o l2tpns.o \ ll.o md5.o ppp.o radius.o tbf.o util.o @@ -43,6 +43,9 @@ endif DEFINES += -DBGP OBJS += bgp.o +DEFINES += -DLAC +OBJS += l2tplac.o + all: programs plugins programs: $(PROGRAMS) plugins: $(PLUGINS) @@ -119,7 +122,7 @@ l2tpns.o: l2tpns.c md5.h l2tpns.h cluster.h plugin.h ll.h constants.h \ ll.o: ll.c ll.h md5.o: md5.c md5.h ppp.o: ppp.c l2tpns.h constants.h plugin.h util.h tbf.h cluster.h -radius.o: radius.c constants.h l2tpns.h plugin.h util.h cluster.h +radius.o: radius.c md5.h constants.h l2tpns.h plugin.h util.h cluster.h tbf.o: tbf.c l2tpns.h util.h tbf.h util.o: util.c l2tpns.h bgp.h bgp.o: bgp.c l2tpns.h bgp.h util.h