2 INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/charon
4 AM_CFLAGS = -rdynamic -DIPSEC_CONFDIR=\"${confdir}\" -DSIM_READER_LIB=\"${simreader}\"
6 plugin_LTLIBRARIES = libcharon-eapsim.la libeapsim-file.la
8 libcharon_eapsim_la_SOURCES = eap_sim_plugin.h eap_sim_plugin.c eap_sim.h eap_sim.c
9 libcharon_eapsim_la_LDFLAGS = -module
11 libeapsim_file_la_SOURCES = eap_sim_file.c
12 libeapsim_file_la_LDFLAGS = -module