aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2011-11-08 18:28:00 +0100
committerTobias Brunner <tobias@strongswan.org>2011-11-08 18:35:11 +0100
commit856baca23ecb4472ada392c0d9aff5f0da315c86 (patch)
treef00eb3746087f2e8abbb1b0f14ae71451d64c6d0
parent59c5f048bbe4574522b2e6d899c9427d4f58e22f (diff)
downloadstrongswan-856baca23ecb4472ada392c0d9aff5f0da315c86.tar.bz2
strongswan-856baca23ecb4472ada392c0d9aff5f0da315c86.tar.xz
Fixed monolithic build of libcharon with libtnccs enabled.
-rw-r--r--src/libcharon/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/libcharon/Makefile.am b/src/libcharon/Makefile.am
index 41e09fd7c..b50ea2507 100644
--- a/src/libcharon/Makefile.am
+++ b/src/libcharon/Makefile.am
@@ -375,6 +375,13 @@ if MONOLITHIC
endif
endif
+if USE_LIBTNCCS
+if MONOLITHIC
+ # otherwise this library is linked to the respective plugins
+ libcharon_la_LIBADD += $(top_builddir)/src/libtnccs/libtnccs.la
+endif
+endif
+
if USE_MEDSRV
SUBDIRS += plugins/medsrv
if MONOLITHIC