summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Nindl <nine@wirdorange.org>2007-07-24 07:49:37 +0000
committerErwin Nindl <nine@wirdorange.org>2007-07-24 07:49:37 +0000
commitb6674192c58bd746ef9180a4b30a45b7e898d563 (patch)
treec71a79702617eebf4ab505fd53cc44f0230fd606
parentremoved plain text of non ready ID (diff)
added libsrtp to the compiler flags
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f2bc367..7314b20 100644
--- a/Makefile
+++ b/Makefile
@@ -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