]> git.ipfire.org Git - people/ms/strongswan.git/blame - src/libcharon/plugins/eap_ttls/Makefile.am
automake: replace INCLUDES by AM_CPPFLAGS
[people/ms/strongswan.git] / src / libcharon / plugins / eap_ttls / Makefile.am
CommitLineData
19cb07b8
MW
1AM_CPPFLAGS = \
2 -I$(top_srcdir)/src/libstrongswan \
3 -I$(top_srcdir)/src/libhydra \
4 -I$(top_srcdir)/src/libcharon \
5 -I$(top_srcdir)/src/libtls \
fb5450a4 6 -I$(top_srcdir)/src/libradius
26eb9b2d 7
19cb07b8
MW
8AM_CFLAGS = \
9 -rdynamic
26eb9b2d
AS
10
11if MONOLITHIC
12noinst_LTLIBRARIES = libstrongswan-eap-ttls.la
13else
14plugin_LTLIBRARIES = libstrongswan-eap-ttls.la
48e87e12 15libstrongswan_eap_ttls_la_LIBADD = $(top_builddir)/src/libtls/libtls.la
26eb9b2d
AS
16endif
17
18libstrongswan_eap_ttls_la_SOURCES = \
79f2102c
AS
19 eap_ttls_plugin.h eap_ttls_plugin.c \
20 eap_ttls_avp.h eap_ttls_avp.c \
21 eap_ttls.h eap_ttls.c \
22 eap_ttls_peer.h eap_ttls_peer.c \
23 eap_ttls_server.h eap_ttls_server.c
26eb9b2d
AS
24
25libstrongswan_eap_ttls_la_LDFLAGS = -module -avoid-version