Streamlined EAP plugins to use a dash between eap-method, as used in all other places
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user