]> git.ipfire.org Git - people/ms/strongswan.git/blob - src/libcharon/plugins/eap_identity/Makefile.am
automake: replace INCLUDES by AM_CPPFLAGS
[people/ms/strongswan.git] / src / libcharon / plugins / eap_identity / Makefile.am
1 AM_CPPFLAGS = \
2 -I$(top_srcdir)/src/libstrongswan \
3 -I$(top_srcdir)/src/libhydra \
4 -I$(top_srcdir)/src/libcharon
5
6 AM_CFLAGS = \
7 -rdynamic
8
9 if MONOLITHIC
10 noinst_LTLIBRARIES = libstrongswan-eap-identity.la
11 else
12 plugin_LTLIBRARIES = libstrongswan-eap-identity.la
13 endif
14
15 libstrongswan_eap_identity_la_SOURCES = \
16 eap_identity_plugin.h eap_identity_plugin.c eap_identity.h eap_identity.c
17
18 libstrongswan_eap_identity_la_LDFLAGS = -module -avoid-version