]> git.ipfire.org Git - people/ms/strongswan.git/blame - src/libcharon/plugins/radattr/Makefile.am
automake: replace INCLUDES by AM_CPPFLAGS
[people/ms/strongswan.git] / src / libcharon / plugins / radattr / 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/libradius
caf4b88e 6
19cb07b8
MW
7AM_CFLAGS = \
8 -rdynamic
caf4b88e
MW
9
10if MONOLITHIC
11noinst_LTLIBRARIES = libstrongswan-radattr.la
12else
13libstrongswan_radattr_la_LIBADD = $(top_builddir)/src/libradius/libradius.la
14plugin_LTLIBRARIES = libstrongswan-radattr.la
15endif
16
17libstrongswan_radattr_la_SOURCES = radattr_plugin.h radattr_plugin.c \
18 radattr_listener.h radattr_listener.c
19
20libstrongswan_radattr_la_LDFLAGS = -module -avoid-version