implemented dynamic detection of TNCCS protocol

This commit is contained in:
Andreas Steffen
2011-01-31 00:59:17 +01:00
parent 5c89a00f05
commit f652995b21
10 changed files with 317 additions and 4 deletions
+7
View File
@@ -347,6 +347,13 @@ if MONOLITHIC
endif
endif
if USE_TNCCS_DYNAMIC
SUBDIRS += plugins/tnccs_dynamic
if MONOLITHIC
libcharon_la_LIBADD += plugins/tnccs_dynamic/libstrongswan-tnccs-dynamic.la
endif
endif
if USE_MEDSRV
SUBDIRS += plugins/medsrv
if MONOLITHIC