]> git.ipfire.org Git - people/ms/strongswan.git/blame - src/libhydra/plugins/attr/Makefile.am
automake: replace INCLUDES by AM_CPPFLAGS
[people/ms/strongswan.git] / src / libhydra / plugins / attr / Makefile.am
CommitLineData
19cb07b8
MW
1AM_CPPFLAGS = \
2 -I$(top_srcdir)/src/libstrongswan \
3 -I$(top_srcdir)/src/libhydra
7f56b494 4
19cb07b8
MW
5AM_CFLAGS = \
6 -rdynamic
7f56b494 7
6ec60bb9
TB
8if MONOLITHIC
9noinst_LTLIBRARIES = libstrongswan-attr.la
10else
7f56b494 11plugin_LTLIBRARIES = libstrongswan-attr.la
6ec60bb9
TB
12endif
13
4e657051
TB
14libstrongswan_attr_la_SOURCES = \
15 attr_plugin.h attr_plugin.c \
16 attr_provider.h attr_provider.c
17
00fcc0f8 18libstrongswan_attr_la_LDFLAGS = -module -avoid-version