diff options
author | Martin Willi <martin@revosec.ch> | 2013-12-12 09:35:36 +0100 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2014-06-04 16:32:07 +0200 |
commit | 00780f0238c7e598269fc05dec4c4d7813e73cbb (patch) | |
tree | f515c6930873092182f39111ce5c4d8651f809a8 /src/libcharon/Makefile.am | |
parent | b93492980489fa4ef0664c0ac4669592537ce1c2 (diff) | |
download | strongswan-00780f0238c7e598269fc05dec4c4d7813e73cbb.tar.bz2 strongswan-00780f0238c7e598269fc05dec4c4d7813e73cbb.tar.xz |
kernel-iph: Add a stub for a Windows IP Helper based networking backend
Diffstat (limited to 'src/libcharon/Makefile.am')
-rw-r--r-- | src/libcharon/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/libcharon/Makefile.am b/src/libcharon/Makefile.am index 907f65932..e81c42405 100644 --- a/src/libcharon/Makefile.am +++ b/src/libcharon/Makefile.am @@ -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 |