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
+7
View File
@@ -496,6 +496,13 @@ if MONOLITHIC
endif
endif
if USE_KERNEL_IPH
SUBDIRS += plugins/kernel_iph
if MONOLITHIC
libcharon_la_LIBADD += plugins/kernel_iph/libstrongswan-kernel-iph.la
endif
endif
if USE_WHITELIST
SUBDIRS += plugins/whitelist
if MONOLITHIC