]> git.ipfire.org Git - people/ms/strongswan.git/blame - src/libstrongswan/plugins/unbound/Makefile.am
automake: replace INCLUDES by AM_CPPFLAGS
[people/ms/strongswan.git] / src / libstrongswan / plugins / unbound / Makefile.am
CommitLineData
19cb07b8
MW
1AM_CPPFLAGS = \
2 -I$(top_srcdir)/src/libstrongswan \
3 -DIPSEC_CONFDIR=\"${sysconfdir}\"
9f963a7c 4
19cb07b8
MW
5AM_CFLAGS = \
6 -rdynamic
9f963a7c
RG
7
8if MONOLITHIC
9noinst_LTLIBRARIES = libstrongswan-unbound.la
10else
11plugin_LTLIBRARIES = libstrongswan-unbound.la
12endif
13
14libstrongswan_unbound_la_SOURCES = \
4a335a21
RG
15 unbound_plugin.h unbound_plugin.c \
16 unbound_resolver.c unbound_resolver.h \
5a4126b4
RG
17 unbound_rr.h unbound_rr.c \
18 unbound_response.h unbound_response.c
9f963a7c
RG
19
20libstrongswan_unbound_la_LDFLAGS = -module -avoid-version
21libstrongswan_unbound_la_LIBADD = -lunbound -lldns