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

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

AM_CFLAGS = -rdynamic

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

libstrongswan_eap_identity_la_SOURCES = \
	eap_identity_plugin.h eap_identity_plugin.c eap_identity.h eap_identity.c

libstrongswan_eap_identity_la_LDFLAGS = -module -avoid-version