From b6674192c58bd746ef9180a4b30a45b7e898d563 Mon Sep 17 00:00:00 2001 From: Erwin Nindl Date: Tue, 24 Jul 2007 07:49:37 +0000 Subject: added libsrtp to the compiler flags --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3