projects
/
l2tpns.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix: loopback protection
[l2tpns.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
ea7e8df
..
e915e9b
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-43,6
+43,9
@@
endif
DEFINES += -DBGP
OBJS += bgp.o
DEFINES += -DBGP
OBJS += bgp.o
+DEFINES += -DLAC
+OBJS += l2tplac.o
+
all: programs plugins
programs: $(PROGRAMS)
plugins: $(PLUGINS)
all: programs plugins
programs: $(PROGRAMS)
plugins: $(PLUGINS)