summaryrefslogtreecommitdiff
path: root/src/charon/plugins/eap_sim/Makefile.am
blob: 63267b9d3f9f864544fb708f865c0ab26ab07c21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/charon

AM_CFLAGS = -rdynamic -DIPSEC_CONFDIR=\"${confdir}\" -DSIM_READER_LIB=\"${simreader}\"

plugin_LTLIBRARIES = libstrongswan-eapsim.la libeapsim-file.la

libstrongswan_eapsim_la_SOURCES = eap_sim_plugin.h eap_sim_plugin.c eap_sim.h eap_sim.c
libstrongswan_eapsim_la_LDFLAGS = -module

libeapsim_file_la_SOURCES = eap_sim_file.c
libeapsim_file_la_LDFLAGS = -module