summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorErwin Nindl <nine@wirdorange.org>2007-11-21 11:23:34 +0000
committerErwin Nindl <nine@wirdorange.org>2007-11-21 11:23:34 +0000
commitc0790f91d038f136dfd73ffb5458e9906c7a6a08 (patch)
tree8eb0945e9ce3a9f1a329d810a210940fbc44111c /Makefile
parent * TunDevice: changed 'char* getTypeString()' to 'const char* getTypeString()' (diff)
* fixed initialisation of libgcrypt
* reoved libstrp from deps
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c95b630..c669aa1 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ CFLAGS = -g -Wall
C++ = g++
CCFLAGS = -g -Wall
LD = g++
-LDFLAGS = -g -Wall -O2 -ldl -lpthread -lsrtp -lgcrypt
+LDFLAGS = -g -Wall -O2 -ldl -lpthread -lgcrypt
OPENVPNDEPS = openvpn/tun.o \
openvpn/error.o \