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
a (incomplete) implementation of draft-sheffer-ikev2-gtc-00.txt using PAM
[strongswan.git]
/
src
/
charon
/
Makefile.am
diff --git
a/src/charon/Makefile.am
b/src/charon/Makefile.am
index
3ea21a0
..
82f521f
100644
(file)
--- a/
src/charon/Makefile.am
+++ b/
src/charon/Makefile.am
@@
-165,6
+165,11
@@
if USE_EAP_MD5
PLUGINS += eapmd5
endif
PLUGINS += eapmd5
endif
+if USE_EAP_GTC
+ SUBDIRS += plugins/eap_gtc
+ PLUGINS += eapgtc
+endif
+
if USE_EAP_AKA
SUBDIRS += plugins/eap_aka
PLUGINS += eapaka
if USE_EAP_AKA
SUBDIRS += plugins/eap_aka
PLUGINS += eapaka