summaryrefslogtreecommitdiff
path: root/src/libhydra/plugins/attr/Makefile.am
blob: 5b899b80c92652b125a31cbf5ab03bd9fde628b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
AM_CPPFLAGS = \
	-I$(top_srcdir)/src/libstrongswan \
	-I$(top_srcdir)/src/libhydra

AM_CFLAGS = \
	$(PLUGIN_CFLAGS)

if MONOLITHIC
noinst_LTLIBRARIES = libstrongswan-attr.la
else
plugin_LTLIBRARIES = libstrongswan-attr.la
endif

libstrongswan_attr_la_SOURCES = \
	attr_plugin.h attr_plugin.c \
	attr_provider.h attr_provider.c

libstrongswan_attr_la_LDFLAGS = -module -avoid-version