diff options
author | Othmar Gsenger <otti@anytun.org> | 2008-04-01 20:37:07 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2008-04-01 20:37:07 +0000 |
commit | 891d2be8862c9a4d6371e6408f206fcf560ff369 (patch) | |
tree | 096b7137e17cb39177fde526067c413c07c45edc /Makefile | |
parent | catch destination unreachable (sender) (diff) |
added small logo
removed libssl dependency
added realraum presentation
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |