X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/bea15911218285ad69d2c63eec8d68ad28fe0814..0834bba08ed4f1e507320306dc682d7e62371af5:/Makefile diff --git a/Makefile b/Makefile index 2059695..e915e9b 100644 --- a/Makefile +++ b/Makefile @@ -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