strongswan/src/charon/plugins/eap_sim/Makefile.am

14 lines
368 B
Makefile
Raw Normal View History

INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/charon
2009-09-07 10:07:57 +00:00
AM_CFLAGS = -rdynamic \
-DIPSEC_CONFDIR=\"${sysconfdir}\" \
2009-09-07 10:07:57 +00:00
-DSIM_READER_LIB=\"${sim_reader}\"
plugin_LTLIBRARIES = libstrongswan-eapsim.la
libstrongswan_eapsim_la_SOURCES = eap_sim.h eap_sim.c \
eap_sim_plugin.h eap_sim_plugin.c
libstrongswan_eapsim_la_LDFLAGS = -module -avoid-version