diff options
author | Tobias Brunner <tobias@strongswan.org> | 2014-02-27 17:00:09 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2014-03-20 15:29:27 +0100 |
commit | fc4f8fc30e9b384775f28391c7ded984afeb872d (patch) | |
tree | f5bb81276cf6cb480e56baadd479f58f2c75acc4 | |
parent | 27b3358fedf1f642a9a129311762727ef4cb3abc (diff) | |
download | strongswan-fc4f8fc30e9b384775f28391c7ded984afeb872d.tar.bz2 strongswan-fc4f8fc30e9b384775f28391c7ded984afeb872d.tar.xz |
tnc-pdp: Fix monolithic build
-rw-r--r-- | src/libcharon/plugins/tnc_pdp/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libcharon/plugins/tnc_pdp/Makefile.am b/src/libcharon/plugins/tnc_pdp/Makefile.am index cc7c934d8..48de82571 100644 --- a/src/libcharon/plugins/tnc_pdp/Makefile.am +++ b/src/libcharon/plugins/tnc_pdp/Makefile.am @@ -15,12 +15,13 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-tnc-pdp.la else plugin_LTLIBRARIES = libstrongswan-tnc-pdp.la +endif + libstrongswan_tnc_pdp_la_LIBADD = \ $(top_builddir)/src/libradius/libradius.la \ $(top_builddir)/src/libpttls/libpttls.la \ $(top_builddir)/src/libtls/libtls.la \ $(top_builddir)/src/libtnccs/libtnccs.la -endif libstrongswan_tnc_pdp_la_SOURCES = \ tnc_pdp_plugin.h tnc_pdp_plugin.c \ |