diff options
author | Erwin Nindl <nine@wirdorange.org> | 2007-07-24 07:49:37 +0000 |
---|---|---|
committer | Erwin Nindl <nine@wirdorange.org> | 2007-07-24 07:49:37 +0000 |
commit | b6674192c58bd746ef9180a4b30a45b7e898d563 (patch) | |
tree | c71a79702617eebf4ab505fd53cc44f0230fd606 /Makefile | |
parent | removed plain text of non ready ID (diff) |
added libsrtp to the compiler flags
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -3,7 +3,7 @@ CFLAGS = -g -Wall C++ = g++ CCFLAGS = -g -Wall LD = g++ -LDFLAGS = -g -O2 -ldl -lpthread +LDFLAGS = -g -O2 -ldl -lpthread -lsrtp OPENVPNDEPS = openvpn/tun.o \ openvpn/error.o \ @@ -41,8 +41,7 @@ OBJS = anytun.o \ log.o \ options.o \ seqWindow.o \ - $(OPENVPNDEPS) \ - /usr/local/lib/libsrtp.a + $(OPENVPNDEPS) EXECUTABLE = anytun |