summaryrefslogtreecommitdiff
path: root/src/libcharon/plugins/xauth_eap/Makefile.am
blob: 5c7228e854f4a82a9c81fa787d69f62aebf0ef2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
AM_CPPFLAGS = \
	-I$(top_srcdir)/src/libstrongswan \
	-I$(top_srcdir)/src/libcharon

AM_CFLAGS = \
	$(PLUGIN_CFLAGS)

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

libstrongswan_xauth_eap_la_SOURCES = \
	xauth_eap_plugin.h xauth_eap_plugin.c \
	xauth_eap.h xauth_eap.c

libstrongswan_xauth_eap_la_LDFLAGS = -module -avoid-version