diff options
Diffstat (limited to 'src/manager/Makefile.am')
-rw-r--r-- | src/manager/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manager/Makefile.am b/src/manager/Makefile.am index 3e27d5ca2..bcf168f53 100644 --- a/src/manager/Makefile.am +++ b/src/manager/Makefile.am @@ -12,7 +12,7 @@ manager_fcgi_LDADD = $(top_builddir)/src/libfast/libfast.la ${xml_LIBS} INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libfast ${xml_CFLAGS} AM_CFLAGS = -rdynamic -DIPSECDIR=\"${ipsecdir}\" -DIPSEC_PIDDIR=\"${piddir}\" \ - -DIPSEC_PLUGINDIR=\"${plugindir}\" + -DIPSEC_PLUGINDIR=\"${plugindir}\" -DPLUGINS=\""${libstrongswan_plugins}\"" # Don't forget to add templates to EXTRA_DIST !!! How to automate? ipsec_templatesdir = ${ipsecdir}/templates |