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

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-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