aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/Makefile.am
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2009-06-19 16:39:44 +0200
committerMartin Willi <martin@strongswan.org>2009-06-22 15:47:17 +0200
commite3b7be91e1c9abafc82e267906e6b18e89e7393d (patch)
tree962cf144664ab815596c6bf40471742bc237fde5 /src/charon/Makefile.am
parentf1f51395d59ee7ab2e1b79eb3b033fcc68253e40 (diff)
downloadstrongswan-e3b7be91e1c9abafc82e267906e6b18e89e7393d.tar.bz2
strongswan-e3b7be91e1c9abafc82e267906e6b18e89e7393d.tar.xz
removed obsolete INTEGRITY_TEST and fips signer code
--enable-integrity-test now conditionally builds libchecksum
Diffstat (limited to 'src/charon/Makefile.am')
-rw-r--r--src/charon/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/charon/Makefile.am b/src/charon/Makefile.am
index 3b5b9c068..356e0742f 100644
--- a/src/charon/Makefile.am
+++ b/src/charon/Makefile.am
@@ -128,10 +128,6 @@ if USE_ME
sa/tasks/ike_me.c sa/tasks/ike_me.h
endif
-if USE_INTEGRITY_TEST
- AM_CFLAGS += -DINTEGRITY_TEST
-endif
-
if USE_CAPABILITIES
charon_LDADD += -lcap
endif