[at-spi2-atk] Add some missing files to the distribution



commit 647e04c96135fedee7ecf3f9eba15a26c9d9459e
Author: Mike Gorse <mgorse suse com>
Date:   Thu Jun 18 20:32:24 2015 -0500

    Add some missing files to the distribution
    
    https://bugzilla.gnome.org/show_bug.cgi?id=751138

 configure.ac      |    1 +
 tests/Makefile.am |    3 ++-
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 87ee68f..d0c34a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
        ])
 
diff --git a/tests/Makefile.am b/tests/Makefile.am
index b05b9bd..66edcf9 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]