File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / src / pool / Makefile.am
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 09:46:45 2020 UTC (4 years, 4 months ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, v5_8_4p7, HEAD
Strongswan

if USE_ATTR_SQL

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/libcharon \
	-DPLUGINS=\""${pool_plugins}\""

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

endif USE_ATTR_SQL

templatesdir = $(pkgdatadir)/templates/database/sql
dist_templates_DATA = mysql.sql sqlite.sql

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>