]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
tnc-pdp: Fix monolithic build
authorTobias Brunner <tobias@strongswan.org>
Thu, 27 Feb 2014 16:00:09 +0000 (17:00 +0100)
committerTobias Brunner <tobias@strongswan.org>
Thu, 20 Mar 2014 14:29:27 +0000 (15:29 +0100)
src/libcharon/plugins/tnc_pdp/Makefile.am

index cc7c934d863f88c7025cdbe14026798da3e0efe2..48de82571813dee65903fe3d9ee1437c16c801c6 100644 (file)
@@ -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 \