aboutsummaryrefslogtreecommitdiffstats
path: root/src/conftest/Makefile.am
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2012-07-06 14:05:49 +0200
committerMartin Willi <martin@revosec.ch>2012-07-16 14:53:37 +0200
commit71c41410fc0b3c9022f1fe59f7b988363b84abea (patch)
tree63cb96c6ca7ce9eb7eb8e208de49e8e31b2b638d /src/conftest/Makefile.am
parenta6733d8e85df135b3ff8fee346971290470350b3 (diff)
downloadstrongswan-71c41410fc0b3c9022f1fe59f7b988363b84abea.tar.bz2
strongswan-71c41410fc0b3c9022f1fe59f7b988363b84abea.tar.xz
Initialize conftest with the same plugins as charon
Diffstat (limited to 'src/conftest/Makefile.am')
-rw-r--r--src/conftest/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/conftest/Makefile.am b/src/conftest/Makefile.am
index 7eab0df27..64a2cc6d3 100644
--- a/src/conftest/Makefile.am
+++ b/src/conftest/Makefile.am
@@ -1,6 +1,7 @@
ipsec_PROGRAMS = conftest
-AM_CFLAGS = -rdynamic
+AM_CFLAGS = -rdynamic \
+ -DPLUGINS=\""${charon_plugins}\""
conftest_SOURCES = conftest.c conftest.h config.c config.h actions.c actions.h \
hooks/hook.h hooks/ike_auth_fill.c hooks/unsort_message.c \