Implemented permanent certificate coupling plugin

This commit is contained in:
Martin Willi
2011-02-28 16:39:40 +01:00
parent 0d6d992589
commit 007c47088c
7 changed files with 449 additions and 0 deletions
+7
View File
@@ -424,6 +424,13 @@ if MONOLITHIC
endif
endif
if USE_COUPLING
SUBDIRS += plugins/coupling
if MONOLITHIC
libcharon_la_LIBADD += plugins/coupling/libstrongswan-coupling.la
endif
endif
if USE_UCI
SUBDIRS += plugins/uci
if MONOLITHIC