aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2012-04-19 16:35:44 +0200
committerTobias Brunner <tobias@strongswan.org>2012-05-03 13:38:14 +0200
commit1c7a733e366ca62215c75b3de3b39e84dde24a64 (patch)
tree2a95458151c923ba56dd8e7d67146d11b33613b5 /src/Makefile.am
parent94b48e071a6014390fd554f186ce2a2a1bb2464a (diff)
downloadstrongswan-1c7a733e366ca62215c75b3de3b39e84dde24a64.tar.bz2
strongswan-1c7a733e366ca62215c75b3de3b39e84dde24a64.tar.xz
Added a small libcharon wrapper intended to directly host the nm plugin.
For this reason it reclaims the --enable-nm configure option.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 1440de20f..0c19ea3a6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -56,6 +56,10 @@ if USE_CHARON
SUBDIRS += charon
endif
+if USE_NM
+ SUBDIRS += charon-nm
+endif
+
if USE_STROKE
SUBDIRS += stroke
endif