aboutsummaryrefslogtreecommitdiffstats
path: root/src/conftest/Makefile.am
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2010-10-29 10:34:08 +0200
committerMartin Willi <martin@revosec.ch>2011-01-05 16:45:40 +0100
commitd1041fa463c14339b439ba24d86e678b8c37d00a (patch)
tree1d9575237ba8be234fc19aab06f1fafc87a9e539 /src/conftest/Makefile.am
parentf452a5a1f8c94359601cf843f635ba385d08ad5e (diff)
downloadstrongswan-d1041fa463c14339b439ba24d86e678b8c37d00a.tar.bz2
strongswan-d1041fa463c14339b439ba24d86e678b8c37d00a.tar.xz
Load test and suite specific connection configurations
Diffstat (limited to 'src/conftest/Makefile.am')
-rw-r--r--src/conftest/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conftest/Makefile.am b/src/conftest/Makefile.am
index 0b041a42c..ce009e4c7 100644
--- a/src/conftest/Makefile.am
+++ b/src/conftest/Makefile.am
@@ -2,7 +2,7 @@ ipsec_PROGRAMS = conftest
AM_CFLAGS = -rdynamic
-conftest_SOURCES = conftest.c hooks/hook.h
+conftest_SOURCES = conftest.c conftest.h config.c config.h hooks/hook.h
INCLUDES = \
-I$(top_srcdir)/src/libstrongswan \