Added a small libcharon wrapper intended to directly host the nm plugin.

For this reason it reclaims the --enable-nm configure option.
This commit is contained in:
Tobias Brunner
2012-05-03 13:38:14 +02:00
parent 94b48e071a
commit 1c7a733e36
4 changed files with 382 additions and 46 deletions
+4
View File
@@ -56,6 +56,10 @@ if USE_CHARON
SUBDIRS += charon
endif
if USE_NM
SUBDIRS += charon-nm
endif
if USE_STROKE
SUBDIRS += stroke
endif