From 856baca23ecb4472ada392c0d9aff5f0da315c86 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 8 Nov 2011 18:28:00 +0100 Subject: [PATCH] Fixed monolithic build of libcharon with libtnccs enabled. --- src/libcharon/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/libcharon/Makefile.am b/src/libcharon/Makefile.am index 41e09fd7c2..b50ea25077 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 -- 2.47.2