aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcharon/Makefile.am')
-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