summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-04-01 20:37:07 +0000
committerOthmar Gsenger <otti@anytun.org>2008-04-01 20:37:07 +0000
commit891d2be8862c9a4d6371e6408f206fcf560ff369 (patch)
tree096b7137e17cb39177fde526067c413c07c45edc /Makefile
parentcatch destination unreachable (sender) (diff)
added small logo
removed libssl dependency added realraum presentation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c91c3be..6b4478b 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ CCFLAGS = -g -Wall
CCFLAGS += -DSOCKETS_NAMESPACE=sockets
CCFLAGS += -DSOCKETS_NAMESPACE_STR='"sockets"'
LD = g++
-LDFLAGS = -g -Wall -O2 -ldl -lpthread -lgcrypt -lssl -lboost_serialization
+LDFLAGS = -g -Wall -O2 -ldl -lpthread -lgcrypt -lboost_serialization
OPENVPNDEPS = openvpn/tun.o \
openvpn/error.o \