File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / src / libcharon / plugins / load_tester / 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-load-tester.la
else
plugin_LTLIBRARIES = libstrongswan-load-tester.la
endif

libstrongswan_load_tester_la_SOURCES = \
	load_tester_plugin.c load_tester_plugin.h \
	load_tester_config.c load_tester_config.h \
	load_tester_creds.c load_tester_creds.h \
	load_tester_ipsec.c load_tester_ipsec.h \
	load_tester_listener.c load_tester_listener.h \
	load_tester_control.c load_tester_control.h \
	load_tester_diffie_hellman.c load_tester_diffie_hellman.h

libstrongswan_load_tester_la_LDFLAGS = -module -avoid-version

ipsec_PROGRAMS = load-tester
load_tester_SOURCES = load_tester.c

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