Fixed monolithic build of libcharon with libtnccs enabled.

This commit is contained in:
Tobias Brunner
2011-11-08 18:35:11 +01:00
parent 59c5f048bb
commit 856baca23e
+7
View File
@@ -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