aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/eap_mschapv2/Makefile.am
blob: ded9bbe3fa107a0ce2e7aa9d55b66c63a8634030 (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-eap-mschapv2.la
else
plugin_LTLIBRARIES = libstrongswan-eap-mschapv2.la
endif

libstrongswan_eap_mschapv2_la_SOURCES = \
	eap_mschapv2_plugin.h eap_mschapv2_plugin.c \
	eap_mschapv2.h eap_mschapv2.c

libstrongswan_eap_mschapv2_la_LDFLAGS = -module -avoid-version