aboutsummaryrefslogtreecommitdiffstats
path: root/testing/Makefile.am
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2009-04-30 17:13:45 +0000
committerTobias Brunner <tobias@strongswan.org>2009-04-30 17:13:45 +0000
commitea7e89c72c986826b7717a708bd47cb9f37de3a0 (patch)
tree4aa8e025ce00f4cd4d919a7524528e497ec5b55d /testing/Makefile.am
parent8c5d72cd0be83ca92dc62a526eb05ecb140f3532 (diff)
downloadstrongswan-ea7e89c72c986826b7717a708bd47cb9f37de3a0.tar.bz2
strongswan-ea7e89c72c986826b7717a708bd47cb9f37de3a0.tar.xz
somehow missed these changes during the portability branch back-merge
Diffstat (limited to 'testing/Makefile.am')
-rw-r--r--testing/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/Makefile.am b/testing/Makefile.am
index 2ce6f2cd0..ad8d5042a 100644
--- a/testing/Makefile.am
+++ b/testing/Makefile.am
@@ -6,6 +6,6 @@ EXTRA_DIST = do-tests.in make-testing start-testing stop-testing \
do-tests : do-tests.in
sed \
-e "s:\@IPSEC_ROUTING_TABLE\@:$(IPSEC_ROUTING_TABLE):" \
- $< > $@
+ $(srcdir)/$@.in > $@
chmod +x $@