strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
987a42c
)
fixed plugin names of EAP modules
author
Martin Willi
<martin@strongswan.org>
Fri, 16 May 2008 12:14:48 +0000
(12:14 -0000)
committer
Martin Willi
<martin@strongswan.org>
Fri, 16 May 2008 12:14:48 +0000
(12:14 -0000)
src/charon/Makefile.am
patch
|
blob
|
history
diff --git
a/src/charon/Makefile.am
b/src/charon/Makefile.am
index
9d0e648
..
c11de36
100644
(file)
--- a/
src/charon/Makefile.am
+++ b/
src/charon/Makefile.am
@@
-153,22
+153,22
@@
endif
if USE_EAP_IDENTITY
SUBDIRS += plugins/eap_identity
- PLUGINS += eap
-
identity
+ PLUGINS += eapidentity
endif
if USE_EAP_SIM
SUBDIRS += plugins/eap_sim
- PLUGINS += eap
-
sim
+ PLUGINS += eapsim
endif
if USE_EAP_MD5
SUBDIRS += plugins/eap_md5
- PLUGINS += eap
-
md5
+ PLUGINS += eapmd5
endif
if USE_EAP_AKA
SUBDIRS += plugins/eap_aka
- PLUGINS += eap
-
aka
+ PLUGINS += eapaka
endif
if USE_MEDSRV