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,8 +3,8 @@ INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/charon
AM_CFLAGS = -rdynamic
plugin_LTLIBRARIES = libstrongswan-eapaka.la
plugin_LTLIBRARIES = libstrongswan-eap-aka.la
libstrongswan_eapaka_la_SOURCES = eap_aka_plugin.h eap_aka_plugin.c eap_aka.h eap_aka.c
libstrongswan_eapaka_la_LDFLAGS = -module -avoid-version
libstrongswan_eap_aka_la_SOURCES = eap_aka_plugin.h eap_aka_plugin.c eap_aka.h eap_aka.c
libstrongswan_eap_aka_la_LDFLAGS = -module -avoid-version