strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
adding plugin for EAP-MS-CHAPv2
[strongswan.git]
/
src
/
charon
/
Makefile.am
diff --git
a/src/charon/Makefile.am
b/src/charon/Makefile.am
index
e3d3e8e
..
3393b45
100644
(file)
--- a/
src/charon/Makefile.am
+++ b/
src/charon/Makefile.am
@@
-216,6
+216,11
@@
if USE_EAP_AKA
PLUGINS += eapaka
endif
PLUGINS += eapaka
endif
+if USE_EAP_MSCHAPV2
+ SUBDIRS += plugins/eap_mschapv2
+ PLUGINS += eapmschapv2
+endif
+
if USE_MEDSRV
SUBDIRS += plugins/medsrv
PLUGINS += medsrv
if USE_MEDSRV
SUBDIRS += plugins/medsrv
PLUGINS += medsrv