kernel-wfp: Add a stub for a Windows Filtering Platform based IPsec backend

This commit is contained in:
Martin Willi
2014-06-04 16:32:05 +02:00
parent 893e8ceee3
commit 8d91eee3fc
7 changed files with 365 additions and 0 deletions
@@ -0,0 +1,20 @@
AM_CPPFLAGS = \
-I$(top_srcdir)/src/libstrongswan \
-I$(top_srcdir)/src/libhydra \
-I$(top_srcdir)/src/libcharon
AM_CFLAGS = \
$(PLUGIN_CFLAGS)
if MONOLITHIC
noinst_LTLIBRARIES = libstrongswan-kernel-wfp.la
else
plugin_LTLIBRARIES = libstrongswan-kernel-wfp.la
endif
libstrongswan_kernel_wfp_la_SOURCES = \
kernel_wfp_plugin.h kernel_wfp_plugin.c \
kernel_wfp_ipsec.h kernel_wfp_ipsec.c
libstrongswan_kernel_wfp_la_LDFLAGS = -module -avoid-version
libstrongswan_kernel_wfp_la_LIBADD = -lfwpuclnt