From 328ca881c5822d07a11c890a78dc9f60b24c749e Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Tue, 11 Dec 2007 10:45:52 +0000 Subject: fixed Makefile, ip detection --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 \ -- cgit v1.2.3