summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2007-12-11 10:45:52 +0000
committerOthmar Gsenger <otti@anytun.org>2007-12-11 10:45:52 +0000
commit328ca881c5822d07a11c890a78dc9f60b24c749e (patch)
treef2a295b438f0a25a3731dd6520fba4e992fc3526 /Makefile
parentcheckin for testing (diff)
fixed Makefile, ip detection
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 16bc512..36d115e 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
+LDFLAGS = -g -Wall -O2 -ldl -lpthread -lgcrypt -lssl -lboost_serialization
OPENVPNDEPS = openvpn/tun.o \
openvpn/error.o \