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
+18
View File
@@ -0,0 +1,18 @@
INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libhydra \
-I$(top_srcdir)/src/libcharon
AM_CFLAGS = -rdynamic
if MONOLITHIC
noinst_LTLIBRARIES = libstrongswan-unity.la
else
plugin_LTLIBRARIES = libstrongswan-unity.la
endif
libstrongswan_unity_la_SOURCES = \
unity_plugin.h unity_plugin.c \
unity_handler.h unity_handler.c \
unity_narrow.h unity_narrow.c
libstrongswan_unity_la_LDFLAGS = -module -avoid-version