Add a lookip plugin stub to lookup connections by virtual IP
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user