first version of the LAC functionality
[l2tpns.git] / Makefile
index ea7e8df..e915e9b 100644 (file)
--- 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)