noinst_SCRIPTS = do-tests
CLEANFILES = do-tests
EXTRA_DIST = do-tests.in make-testing start-testing stop-testing \
- testing.conf hosts images scripts tests INSTALL README
+ testing.conf ssh_config hosts images scripts tests INSTALL README
do-tests : do-tests.in
sed \
- -e "s:\@IPSEC_ROUTING_TABLE\@:$(IPSEC_ROUTING_TABLE):" \
- $< > $@
+ -e "s:\@routing_table\@:$(routing_table):" \
+ $(srcdir)/$@.in > $@
chmod +x $@