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
DEFINES += -DBGP
OBJS += bgp.o
+DEFINES += -DLAC
+OBJS += l2tplac.o
+
all: programs plugins
programs: $(PROGRAMS)
plugins: $(PLUGINS)
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