summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5ce913a..f2bc367 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,8 @@ OBJS = anytun.o \
log.o \
options.o \
seqWindow.o \
- $(OPENVPNDEPS)
+ $(OPENVPNDEPS) \
+ /usr/local/lib/libsrtp.a
EXECUTABLE = anytun
@@ -62,7 +63,7 @@ buffer.o: buffer.cpp buffer.h
packet.o: packet.cpp packet.h buffer.h
$(C++) $(CCFLAGS) $< -c
-cypher.o: cypher.cpp cypher.h buffer.h srtp/libsrtp.a
+cypher.o: cypher.cpp cypher.h buffer.h
$(C++) $(CCFLAGS) $< -c
authAlgo.o: authAlgo.cpp authAlgo.h buffer.h