diff --git a/Makefile.am b/Makefile.am index cd36fc4..2b5eebc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -63,13 +63,13 @@ AM_PL_LOG_FLAGS = -Mstrict -w \ -MDevel::Autoflush handwritten_tests = \ t/get_ip_from_if.pl \ + t/geturl_connectivity.pl \ t/is-and-extract-ipv4.pl \ t/is-and-extract-ipv6.pl \ t/is-and-extract-ipv6-global.pl \ t/parse_assignments.pl \ t/write_cache.pl generated_tests = \ - t/geturl_connectivity.pl \ t/version.pl TESTS = $(handwritten_tests) $(generated_tests) $(TESTS): ddclient diff --git a/configure.ac b/configure.ac index 639d451..e60c85f 100644 --- a/configure.ac +++ b/configure.ac @@ -82,7 +82,6 @@ m4_foreach_w([_m], [ AC_CONFIG_FILES([ Makefile - t/geturl_connectivity.pl t/version.pl ]) AC_OUTPUT diff --git a/t/geturl_connectivity.pl.in b/t/geturl_connectivity.pl similarity index 100% rename from t/geturl_connectivity.pl.in rename to t/geturl_connectivity.pl