aboutsummaryrefslogtreecommitdiffstats
path: root/src/libhydra/plugins/attr_sql/Makefile.am
blob: dbfedd1cf9927eee44f01fbcce681e2bd33d7a00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libhydra

AM_CFLAGS = \
	-rdynamic \
	-DPLUGINS=\""${libstrongswan_plugins}\""

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

libstrongswan_attr_sql_la_SOURCES = \
	attr_sql_plugin.h attr_sql_plugin.c \
	sql_attribute.h sql_attribute.c

libstrongswan_attr_sql_la_LDFLAGS = -module -avoid-version

ipsec_PROGRAMS = pool
pool_SOURCES = pool.c
pool_LDADD = $(top_builddir)/src/libstrongswan/libstrongswan.la