summaryrefslogtreecommitdiff
path: root/src/libcharon/plugins/eap_sim/Makefile.am
blob: a0cb72f5f26bcc3438c82acf1719c61a9b9d2d0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libhydra \
	-I$(top_srcdir)/src/libcharon -I$(top_srcdir)/src/libsimaka

AM_CFLAGS = -rdynamic

if MONOLITHIC
noinst_LTLIBRARIES = libstrongswan-eap-sim.la
else
plugin_LTLIBRARIES = libstrongswan-eap-sim.la
libstrongswan_eap_sim_la_LIBADD = $(top_builddir)/src/libsimaka/libsimaka.la
endif

libstrongswan_eap_sim_la_SOURCES = \
	eap_sim_plugin.h eap_sim_plugin.c \
	eap_sim_peer.h eap_sim_peer.c \
	eap_sim_server.h eap_sim_server.c

libstrongswan_eap_sim_la_LDFLAGS = -module -avoid-version