aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/Makefile.am
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2008-10-14 08:46:31 +0000
committerTobias Brunner <tobias@strongswan.org>2008-10-14 08:46:31 +0000
commit1adaa02bb2bcd72ad6d41b22719dba29fd7d57b7 (patch)
tree03324c1a74ce2f7fff3c0f740ae44b5b06207582 /src/charon/Makefile.am
parent9257c3a287ac873a75b5386295e2a06439c66886 (diff)
downloadstrongswan-1adaa02bb2bcd72ad6d41b22719dba29fd7d57b7.tar.bz2
strongswan-1adaa02bb2bcd72ad6d41b22719dba29fd7d57b7.tar.xz
merging kernel_pfkey plugin back from kernel-interface branch
Diffstat (limited to 'src/charon/Makefile.am')
-rw-r--r--src/charon/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/charon/Makefile.am b/src/charon/Makefile.am
index c9f63ac9d..85111afdd 100644
--- a/src/charon/Makefile.am
+++ b/src/charon/Makefile.am
@@ -144,6 +144,11 @@ endif
SUBDIRS = .
PLUGINS = ${libstrongswan_plugins}
+if USE_KERNEL_PFKEY
+ SUBDIRS += plugins/kernel_pfkey
+ PLUGINS += kernel-pfkey
+endif
+
if USE_KERNEL_NETLINK
SUBDIRS += plugins/kernel_netlink
PLUGINS += kernel-netlink