summaryrefslogtreecommitdiff
path: root/src/pool/Makefile.am
blob: 8b429a4ba919298976ff5dfdfc19d32ec0971660 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
ipsec_PROGRAMS = pool

pool_SOURCES = \
	pool.c pool_attributes.c pool_attributes.h \
	pool_usage.h pool_usage.c

pool.o :	$(top_builddir)/config.status

AM_CPPFLAGS = \
	-I$(top_srcdir)/src/libstrongswan \
	-I$(top_srcdir)/src/libhydra \
	-DPLUGINS=\""${pool_plugins}\""

pool_LDADD = \
	$(top_builddir)/src/libstrongswan/libstrongswan.la \
	$(top_builddir)/src/libhydra/libhydra.la