X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/7fd68b1daeab9a2a1a3ee8f0652c25fc37bf3549..4df24fd868177859ddd778f1f45bc825f6264cfb:/Makefile diff --git a/Makefile b/Makefile index ea7e8df..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)