diff options
| author | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-05-22 21:59:30 +0000 |
|---|---|---|
| committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-05-22 21:59:30 +0000 |
| commit | eaa13998126d1cf23e2a42969bb5b8bb149b355a (patch) | |
| tree | f04aabed51026fc305c5d7b75a6c0c75c3f8c896 /src/charon/plugins/sql | |
| parent | 7199d22e77cf1a7cb9d361d409930277ff824e1e (diff) | |
| download | strongswan-eaa13998126d1cf23e2a42969bb5b8bb149b355a.tar.bz2 strongswan-eaa13998126d1cf23e2a42969bb5b8bb149b355a.tar.xz | |
fixed the strongswan.conf path
Diffstat (limited to 'src/charon/plugins/sql')
| -rw-r--r-- | src/charon/plugins/sql/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/charon/plugins/sql/Makefile.am b/src/charon/plugins/sql/Makefile.am index d412980ef..ea39ce0d5 100644 --- a/src/charon/plugins/sql/Makefile.am +++ b/src/charon/plugins/sql/Makefile.am @@ -2,7 +2,9 @@ INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/charon AM_CFLAGS = -rdynamic \ - -DIPSEC_PLUGINDIR=\"${plugindir}\" -DPLUGINS=\""${libstrongswan_plugins}\"" + -DSTRONGSWAN_CONF=\"${strongswan_conf}\" \ + -DIPSEC_PLUGINDIR=\"${plugindir}\" \ + -DPLUGINS=\""${libstrongswan_plugins}\"" plugin_LTLIBRARIES = libstrongswan-sql.la libstrongswan_sql_la_SOURCES = sql_plugin.h sql_plugin.c \ |
