projects
/
l2tpns.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
bug fix
[l2tpns.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
3a61b5b
..
2059695
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-23,7
+23,7
@@
LDFLAGS =
LDLIBS =
INSTALL = install -c -D -o root -g root
LDLIBS =
INSTALL = install -c -D -o root -g root
-l2tpns.LIBS = -l
crypto -l
m -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
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