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 900741dbb..eeb26f225 100644 --- a/src/conftest/Makefile.am +++ b/src/conftest/Makefile.am @@ -6,7 +6,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src/libcharon \ -DPLUGINS=\""${charon_plugins}\"" -AM_CFLAGS = -rdynamic +AM_CFLAGS = $(PLUGIN_CFLAGS) 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 \ |