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

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

AM_CFLAGS = -rdynamic ${pcsclite_CFLAGS}

if MONOLITHIC
noinst_LTLIBRARIES = libstrongswan-eap-sim-pcsc.la
else
plugin_LTLIBRARIES = libstrongswan-eap-sim-pcsc.la
endif

libstrongswan_eap_sim_pcsc_la_SOURCES = \
	eap_sim_pcsc_plugin.h eap_sim_pcsc_plugin.c \
	eap_sim_pcsc_card.h eap_sim_pcsc_card.c

libstrongswan_eap_sim_pcsc_la_LDFLAGS = -module -avoid-version
libstrongswan_eap_sim_pcsc_la_LIBADD  = ${pcsclite_LIBS}