kernel-iph: Add a stub for a Windows IP Helper based networking backend

This commit is contained in:
Martin Willi
2014-06-04 16:32:07 +02:00
parent b934929804
commit 00780f0238
7 changed files with 310 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-iph.la
else
plugin_LTLIBRARIES = libstrongswan-kernel-iph.la
endif
libstrongswan_kernel_iph_la_SOURCES = \
kernel_iph_plugin.h kernel_iph_plugin.c \
kernel_iph_net.h kernel_iph_net.c
libstrongswan_kernel_iph_la_LDFLAGS = -module -avoid-version
libstrongswan_kernel_iph_la_LIBADD = -liphlpapi