diff options
Diffstat (limited to 'src/conftest/Makefile.am')
-rw-r--r-- | src/conftest/Makefile.am | 2 |
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 \ |