From c0790f91d038f136dfd73ffb5458e9906c7a6a08 Mon Sep 17 00:00:00 2001 From: Erwin Nindl Date: Wed, 21 Nov 2007 11:23:34 +0000 Subject: * fixed initialisation of libgcrypt * reoved libstrp from deps --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 \ -- cgit v1.2.3