aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/load_tester/Makefile.am
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2012-10-18 15:40:37 +0200
committerMartin Willi <martin@revosec.ch>2012-11-29 10:22:50 +0100
commitd65683eef4879153e38c0de5fcffe7d5d42de13c (patch)
tree781e3978b11f6eb897d252536d0d0ff8469526fb /src/libcharon/plugins/load_tester/Makefile.am
parent2685020ace15117f9c272beec87f621d600fb01d (diff)
downloadstrongswan-d65683eef4879153e38c0de5fcffe7d5d42de13c.tar.bz2
strongswan-d65683eef4879153e38c0de5fcffe7d5d42de13c.tar.xz
Add a load-tester control socket to manually trigger initiation
Diffstat (limited to 'src/libcharon/plugins/load_tester/Makefile.am')
-rw-r--r--src/libcharon/plugins/load_tester/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libcharon/plugins/load_tester/Makefile.am b/src/libcharon/plugins/load_tester/Makefile.am
index cdd0445a9..0069fb5ab 100644
--- a/src/libcharon/plugins/load_tester/Makefile.am
+++ b/src/libcharon/plugins/load_tester/Makefile.am
@@ -2,7 +2,8 @@
INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libhydra \
-I$(top_srcdir)/src/libcharon
-AM_CFLAGS = -rdynamic
+AM_CFLAGS = -rdynamic \
+ -DIPSEC_PIDDIR=\"${piddir}\"
if MONOLITHIC
noinst_LTLIBRARIES = libstrongswan-load-tester.la
@@ -16,6 +17,7 @@ libstrongswan_load_tester_la_SOURCES = \
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