2008-08-27 Mark Doffman <mark.doffman@codethink.co.uk>
authorMark Doffman <mdoff@silver-wind.(none)>
Wed, 27 Aug 2008 16:43:37 +0000 (17:43 +0100)
committerMark 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

index a00709b..2e93052 100644 (file)
@@ -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             \