From 1c7a733e366ca62215c75b3de3b39e84dde24a64 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 19 Apr 2012 16:35:44 +0200 Subject: Added a small libcharon wrapper intended to directly host the nm plugin. For this reason it reclaims the --enable-nm configure option. --- src/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Makefile.am') 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 -- cgit v1.2.3