diff options
author | Erwin Nindl <nine@wirdorange.org> | 2007-11-21 11:23:34 +0000 |
---|---|---|
committer | Erwin Nindl <nine@wirdorange.org> | 2007-11-21 11:23:34 +0000 |
commit | c0790f91d038f136dfd73ffb5458e9906c7a6a08 (patch) | |
tree | 8eb0945e9ce3a9f1a329d810a210940fbc44111c /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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |