summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMark Doffman <mdoff@silver-wind.(none)>2008-08-27 17:43:37 +0100
committerMark Doffman <mdoff@silver-wind.(none)>2008-08-27 17:43:37 +0100
commit934b4235535872e0e62a76e7104b5eaef308c9d9 (patch)
tree375ce8cd25368d45a2b8b1a0329085c968f7efe2 /tests
parent078d31f58fa040427da291917ea12d2f885614f1 (diff)
downloadat-spi2-atk-934b4235535872e0e62a76e7104b5eaef308c9d9.tar.gz
2008-08-27 Mark Doffman <mark.doffman@codethink.co.uk>
* tests/dummyatk/Makefile.am Add missing header (my-atk.h) to fix 'make distcheck' error.
Diffstat (limited to 'tests')
-rw-r--r--tests/dummyatk/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/dummyatk/Makefile.am b/tests/dummyatk/Makefile.am
index a00709b..2e93052 100644
--- a/tests/dummyatk/Makefile.am
+++ b/tests/dummyatk/Makefile.am
@@ -29,6 +29,7 @@ libdummyatk_la_SOURCES = my-atk-action.c \
my-atk-text.h \
my-atk-value.c \
my-atk-value.h \
+ my-atk.h \
resources_storage.c \
resources_storage.h \
useful_functions.c \