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 11d967d..9d68af8 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