Add a lookip plugin stub to lookup connections by virtual IP

This commit is contained in:
Martin Willi
2012-10-24 11:43:33 +02:00
parent a19d591388
commit e0d7c1eda7
5 changed files with 129 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libhydra \
-I$(top_srcdir)/src/libcharon
if MONOLITHIC
noinst_LTLIBRARIES = libstrongswan-lookip.la
else
plugin_LTLIBRARIES = libstrongswan-lookip.la
endif
libstrongswan_lookip_la_SOURCES = lookip_plugin.h lookip_plugin.c
libstrongswan_lookip_la_LDFLAGS = -module -avoid-version