some components accept a "component.load" option with a space separated list of plugins to load libcharon- plugins are now handled the same way as libstrongswan- plugins
11 lines
274 B
Makefile
11 lines
274 B
Makefile
|
|
INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/charon
|
|
|
|
AM_CFLAGS = -rdynamic
|
|
|
|
plugin_LTLIBRARIES = libstrongswan-eapmd5.la
|
|
|
|
libstrongswan_eapmd5_la_SOURCES = eap_md5_plugin.h eap_md5_plugin.c eap_md5.h eap_md5.c
|
|
libstrongswan_eapmd5_la_LDFLAGS = -module
|
|
|