diff --git a/Makefile.am b/Makefile.am index cd3c8c8b..f2b608c2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ NULL = bin_PROGRAMS = $(NULL) -dist_installed_test_scripts = $(NULL) +dist_installed_test_extra_scripts = $(NULL) noinst_PROGRAMS = $(NULL) noinst_LTLIBRARIES = $(NULL) libexec_PROGRAMS = $(NULL) diff --git a/tests/Makefile.am.inc b/tests/Makefile.am.inc index 1d4a1074..4bf16daf 100644 --- a/tests/Makefile.am.inc +++ b/tests/Makefile.am.inc @@ -59,7 +59,7 @@ tests/package_version.txt: Makefile tests/test-basic.sh: tests/package_version.txt -dist_installed_test_scripts += \ +dist_installed_test_extra_scripts += \ buildutil/tap-driver.sh \ tests/test-configure \ tests/make-test-app.sh \