projects
/
platform
/
upstream
/
at-spi2-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
078d31f
)
2008-08-27 Mark Doffman <mark.doffman@codethink.co.uk>
author
Mark Doffman
<mdoff@silver-wind.(none)>
Wed, 27 Aug 2008 16:43:37 +0000
(17:43 +0100)
committer
Mark Doffman
<mdoff@silver-wind.(none)>
Wed, 27 Aug 2008 16:43:37 +0000
(17:43 +0100)
* tests/dummyatk/Makefile.am
Add missing header (my-atk.h) to fix 'make distcheck' error.
tests/dummyatk/Makefile.am
patch
|
blob
|
history
diff --git
a/tests/dummyatk/Makefile.am
b/tests/dummyatk/Makefile.am
index a00709b4496ef48d964cd8e1ee54d1b42208310e..2e93052e98e418286ac12e4208782fa5d946a7a2 100644
(file)
--- 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 \