aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/eap_sim/Makefile.am
blob: 0097ac7f7d74e309e176c2977ce9558c2b582a18 (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=\"${sysconfdir}\" \
	-DSIM_READER_LIB=\"${sim_reader}\"

plugin_LTLIBRARIES = libstrongswan-eap-sim.la

libstrongswan_eap_sim_la_SOURCES = eap_sim.h eap_sim.c \
  eap_sim_plugin.h eap_sim_plugin.c
libstrongswan_eap_sim_la_LDFLAGS = -module -avoid-version