From f6c15045182060e7b91fbc9383ac78a7e4656af6 Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Mon, 15 Dec 2014 18:42:08 -0500 Subject: [PATCH] Always generate the tests Makefiles We always want Makefiles in the tests directory, so that make distcheck works. --- configure.ac | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 11d967d..9d68af8 100644 --- a/configure.ac +++ b/configure.ac @@ -126,12 +126,9 @@ AC_CONFIG_FILES([Makefile atk-adaptor/Makefile atk-adaptor/adaptors/Makefile atk-adaptor/gtk-2.0/Makefile + tests/Makefile + tests/dummyatk/Makefile ]) -if test "${want_tests}" = "yes"; then - AC_CONFIG_FILES([tests/Makefile]) - AC_CONFIG_FILES([tests/dummyatk/Makefile]) -fi - AC_OUTPUT -- 2.34.1