merged EAP-MD5 into trunk

This commit is contained in:
Martin Willi
2007-12-12 14:29:10 +00:00
parent f9d80d53c3
commit 4b403e7672
5 changed files with 358 additions and 0 deletions
+6
View File
@@ -128,6 +128,12 @@ if USE_EAP_SIM
libcharon_eapsim_la_LDFLAGS = -module
endif
if BUILD_EAP_MD5
eap_LTLIBRARIES += libeapmd5.la
libeapmd5_la_SOURCES = sa/authenticators/eap/eap_md5.h sa/authenticators/eap/eap_md5.c
libeapmd5_la_LDFLAGS = -module
endif
# build backends
################
backend_LTLIBRARIES =