aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/Makefile.am
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2009-10-15 10:34:49 +0200
committerMartin Willi <martin@strongswan.org>2009-10-15 10:36:17 +0200
commitb76b867c700fc911bae721c2c21e96b15797c80b (patch)
tree513ad18e409981fb5a7ff95beb0524535ef1bc10 /src/charon/Makefile.am
parent406f335938645f60b67df4b35c64d4f43ae71f1a (diff)
downloadstrongswan-b76b867c700fc911bae721c2c21e96b15797c80b.tar.bz2
strongswan-b76b867c700fc911bae721c2c21e96b15797c80b.tar.xz
Renamed --enable-load-tests to --enable-load-tester, like the plugin itself
Diffstat (limited to 'src/charon/Makefile.am')
-rw-r--r--src/charon/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/Makefile.am b/src/charon/Makefile.am
index 0da3c3dfb..c77a8cc1b 100644
--- a/src/charon/Makefile.am
+++ b/src/charon/Makefile.am
@@ -135,7 +135,7 @@ endif
SUBDIRS = .
PLUGINS = ${libstrongswan_plugins}
-if USE_LOAD_TESTS
+if USE_LOAD_TESTER
SUBDIRS += plugins/load_tester
PLUGINS += load-tester
endif