File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / src / libcharon / plugins / whitelist / 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, 1 month ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, v5_8_4p7, HEAD
Strongswan

AM_CPPFLAGS = \
	-I$(top_srcdir)/src/libstrongswan \
	-I$(top_srcdir)/src/libcharon \
	-DIPSEC_PIDDIR=\"${piddir}\"

AM_CFLAGS = \
	$(PLUGIN_CFLAGS)

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

libstrongswan_whitelist_la_SOURCES = whitelist_plugin.h whitelist_plugin.c \
	whitelist_listener.h whitelist_listener.c whitelist_msg.h \
	whitelist_control.h whitelist_control.c

libstrongswan_whitelist_la_LDFLAGS = -module -avoid-version

ipsec_PROGRAMS = whitelist
whitelist_SOURCES = whitelist.c

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