Always generate the tests Makefiles
authorMike Gorse <mgorse@suse.com>
Mon, 15 Dec 2014 23:42:08 +0000 (18:42 -0500)
committerMike Gorse <mgorse@suse.com>
Mon, 15 Dec 2014 23:42:08 +0000 (18:42 -0500)
We always want Makefiles in the tests directory, so that make distcheck
works.

configure.ac

index 11d967d82dde77f45edbb9b1294229a93569b86a..9d68af8e203d03978ad7cec41fe5673c0e5a1516 100644 (file)
@@ -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