diff options
author | Tobias Brunner <tobias@strongswan.org> | 2012-04-19 16:35:44 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2012-05-03 13:38:14 +0200 |
commit | 1c7a733e366ca62215c75b3de3b39e84dde24a64 (patch) | |
tree | 2a95458151c923ba56dd8e7d67146d11b33613b5 /src/Makefile.am | |
parent | 94b48e071a6014390fd554f186ce2a2a1bb2464a (diff) | |
download | strongswan-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.am | 4 |
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 |