Add Cisco Unity client support for Split-Include and Local-LAN

This commit is contained in:
Martin Willi
2012-09-18 17:17:47 +02:00
parent 56ea95195a
commit 5ff012f717
9 changed files with 785 additions and 0 deletions
+7
View File
@@ -533,6 +533,13 @@ if MONOLITHIC
endif
endif
if USE_UNITY
SUBDIRS += plugins/unity
if MONOLITHIC
libcharon_la_LIBADD += plugins/unity/libstrongswan-unity.la
endif
endif
if USE_UNIT_TESTS
SUBDIRS += plugins/unit_tester
if MONOLITHIC