Add some missing files to the distribution
authorMike Gorse <mgorse@suse.com>
Fri, 19 Jun 2015 01:32:24 +0000 (20:32 -0500)
committerMike Gorse <mgorse@suse.com>
Fri, 19 Jun 2015 01:32:24 +0000 (20:32 -0500)
https://bugzilla.gnome.org/show_bug.cgi?id=751138

configure.ac
tests/Makefile.am

index 87ee68fb590b114b03626ec17725f9ab80f75169..d0c34a76a74d2f0a757117dbd35278fcd621f747 100644 (file)
@@ -127,6 +127,7 @@ AC_CONFIG_FILES([Makefile
         atk-adaptor/adaptors/Makefile
         atk-adaptor/gtk-2.0/Makefile
         tests/Makefile
+        tests/data/Makefile
         tests/dummyatk/Makefile
        ])
 
index b05b9bdadd603e2873a623dd3508baed4006cc62..66edcf91fb15af7647d3bbe7af4ac64825b1f5eb 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS = dummyatk
+SUBDIRS = data dummyatk
 
 noinst_PROGRAMS = atk-test app-test
 TESTS = atk-test
@@ -24,6 +24,7 @@ atk_test_CPPFLAGS = -DTESTS_BUILD_DIR=\"$(top_builddir)/tests\" \
                     -DTESTS_DATA_DIR=\"$(top_srcdir)/tests/data\"
 
 atk_test_SOURCES = atk_suite.c \
+                   atk_suite.h \
                    atk_test_accessible.c \
                    atk_test_action.c \
                    atk_test_component.c