summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-01-05 11:57:22 +0000
committerChristian Pointner <equinox@anytun.org>2009-01-05 11:57:22 +0000
commit11bb611ee9be10f2fc23e72883283d881669f97c (patch)
tree2d5dd00af374c5a50be94016eafd36585083d3ac /src/Makefile
parentadded alternative implementation of key derivation using ssl crypto library (diff)
added ssl-crypto based implementation of cipher
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 4892ce4..aa2b594 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -34,9 +34,9 @@
TARGET=$(shell uname -s)
CC = gcc
-CCFLAGS = -pg -g -O2 -DANYTUN_02_COMPAT #-DUSE_SSL_CRYPTO #-DNO_CRYPT
+CCFLAGS = -g -O2 -DANYTUN_02_COMPAT -DUSE_SSL_CRYPTO #-DNO_CRYPT
LD = gcc
-LDFLAGS = -pg -g -Wall -O2 -lgcrypt -lgpg-error #-lcrypto
+LDFLAGS = -g -Wall -O2 -lgcrypt -lgpg-error -lcrypto
ifeq ($(TARGET),Linux)
LDFLAGS += -ldl