]> git.ipfire.org Git - people/ms/strongswan.git/blame - src/libcharon/plugins/eap_mschapv2/Makefile.am
automake: replace INCLUDES by AM_CPPFLAGS
[people/ms/strongswan.git] / src / libcharon / plugins / eap_mschapv2 / Makefile.am
CommitLineData
19cb07b8
MW
1AM_CPPFLAGS = \
2 -I$(top_srcdir)/src/libstrongswan \
3 -I$(top_srcdir)/src/libhydra \
89bf11d2 4 -I$(top_srcdir)/src/libcharon
f98cdf7a 5
19cb07b8
MW
6AM_CFLAGS = \
7 -rdynamic
f98cdf7a 8
6ec60bb9
TB
9if MONOLITHIC
10noinst_LTLIBRARIES = libstrongswan-eap-mschapv2.la
11else
c4d53fe0 12plugin_LTLIBRARIES = libstrongswan-eap-mschapv2.la
6ec60bb9 13endif
f98cdf7a 14
c4d53fe0 15libstrongswan_eap_mschapv2_la_SOURCES = \
f98cdf7a
TB
16 eap_mschapv2_plugin.h eap_mschapv2_plugin.c \
17 eap_mschapv2.h eap_mschapv2.c
4e657051 18
c4d53fe0 19libstrongswan_eap_mschapv2_la_LDFLAGS = -module -avoid-version