Streamlined EAP plugins to use a dash between eap-method, as used in all other places

This commit is contained in:
Martin Willi
2009-10-15 10:36:17 +02:00
parent b76b867c70
commit c4d53fe06b
42 changed files with 72 additions and 73 deletions
+3 -3
View File
@@ -3,10 +3,10 @@ INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/charon
AM_CFLAGS = -rdynamic
plugin_LTLIBRARIES = libstrongswan-eapmschapv2.la
plugin_LTLIBRARIES = libstrongswan-eap-mschapv2.la
libstrongswan_eapmschapv2_la_SOURCES = \
libstrongswan_eap_mschapv2_la_SOURCES = \
eap_mschapv2_plugin.h eap_mschapv2_plugin.c \
eap_mschapv2.h eap_mschapv2.c
libstrongswan_eapmschapv2_la_LDFLAGS = -module -avoid-version
libstrongswan_eap_mschapv2_la_LDFLAGS = -module -avoid-version