From: Tobias Brunner Date: Thu, 27 Feb 2014 16:00:09 +0000 (+0100) Subject: tnc-pdp: Fix monolithic build X-Git-Tag: 5.1.3dr1~5^2~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fc4f8fc30e9b384775f28391c7ded984afeb872d;p=thirdparty%2Fstrongswan.git tnc-pdp: Fix monolithic build --- diff --git a/src/libcharon/plugins/tnc_pdp/Makefile.am b/src/libcharon/plugins/tnc_pdp/Makefile.am index cc7c934d86..48de825718 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 \