X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=blobdiff_plain;f=testing%2FMakefile.am;h=2aa7d70bc5fea8de811a0f92da0d31f170b518ef;hp=ad8d5042af3867a154706b57bd5edb5a92a11547;hb=07095794a1ecee5b084c5b69f7d5a9fefd737c9e;hpb=ea7e89c72c986826b7717a708bd47cb9f37de3a0 diff --git a/testing/Makefile.am b/testing/Makefile.am index ad8d504..2aa7d70 100644 --- a/testing/Makefile.am +++ b/testing/Makefile.am @@ -1,11 +1,11 @@ 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 $@