From: Tobias Brunner Date: Tue, 8 Nov 2011 17:28:00 +0000 (+0100) Subject: Fixed monolithic build of libcharon with libtnccs enabled. X-Git-Tag: 4.6.1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=856baca23ecb4472ada392c0d9aff5f0da315c86;p=thirdparty%2Fstrongswan.git Fixed monolithic build of libcharon with libtnccs enabled. --- 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