summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-01-05 12:00:30 +0000
committerChristian Pointner <equinox@anytun.org>2009-01-05 12:00:30 +0000
commit32e76245db3c461aac5ccc0fa256c76da6bb5236 (patch)
treea059058ab714ff415894896e2a302a08e0158e7b /src/Makefile
parentadded ssl-crypto based implementation of cipher (diff)
removed silly anytun 02 compat handling
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index aa2b594..bdee4fe 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -34,9 +34,9 @@
TARGET=$(shell uname -s)
CC = gcc
-CCFLAGS = -g -O2 -DANYTUN_02_COMPAT -DUSE_SSL_CRYPTO #-DNO_CRYPT
+CCFLAGS = -g -O2 -DANYTUN_02_COMPAT #-DUSE_SSL_CRYPTO #-DNO_CRYPT
LD = gcc
-LDFLAGS = -g -Wall -O2 -lgcrypt -lgpg-error -lcrypto
+LDFLAGS = -g -Wall -O2 -lgcrypt -lgpg-error #-lcrypto
ifeq ($(TARGET),Linux)
LDFLAGS += -ldl