diff options
| author | Tobias Brunner <tobias@strongswan.org> | 2010-03-01 16:15:08 +0100 |
|---|---|---|
| committer | Tobias Brunner <tobias@strongswan.org> | 2010-03-02 10:38:52 +0100 |
| commit | 6ec60bb92bf2c6e4e564d5b55b25436c74485c56 (patch) | |
| tree | cca93e37da5e8ef922c126230d2b7b4c3e721e39 /src/charon/plugins/sql | |
| parent | 3724668b3d37df67f687cb718ded7fa87c748deb (diff) | |
| download | strongswan-6ec60bb92bf2c6e4e564d5b55b25436c74485c56.tar.bz2 strongswan-6ec60bb92bf2c6e4e564d5b55b25436c74485c56.tar.xz | |
Link all enabled libstrongswan plugins into the library, link all enabled charon plugins into libcharon.
Diffstat (limited to 'src/charon/plugins/sql')
| -rw-r--r-- | src/charon/plugins/sql/Makefile.am | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/charon/plugins/sql/Makefile.am b/src/charon/plugins/sql/Makefile.am index c8adfc276..9e7e345e2 100644 --- a/src/charon/plugins/sql/Makefile.am +++ b/src/charon/plugins/sql/Makefile.am @@ -4,10 +4,14 @@ INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/charon AM_CFLAGS = -rdynamic \ -DPLUGINS=\""${libstrongswan_plugins}\"" +if MONOLITHIC +noinst_LTLIBRARIES = libstrongswan-sql.la +else plugin_LTLIBRARIES = libstrongswan-sql.la +libstrongswan_sql_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la +endif + libstrongswan_sql_la_SOURCES = \ sql_plugin.h sql_plugin.c sql_config.h sql_config.c \ sql_cred.h sql_cred.c sql_logger.h sql_logger.c libstrongswan_sql_la_LDFLAGS = -module -avoid-version -libstrongswan_sql_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la - |
