summaryrefslogtreecommitdiff
path: root/atk
diff options
context:
space:
mode:
authorPadraig O'Briain <padraigo@src.gnome.org>2001-12-07 14:42:21 +0000
committerPadraig O'Briain <padraigo@src.gnome.org>2001-12-07 14:42:21 +0000
commitb2c738351d09d2c50136a07f3d3a82a5b840b6c1 (patch)
tree6cc6944696be7a463fae8c567e21d80bd09c36e5 /atk
parent78c7d43e7b6a704327d642a70c8f25e812db265c (diff)
downloadatk-b2c738351d09d2c50136a07f3d3a82a5b840b6c1.tar.gz
atk/Makefile.am: Update to create atk-enum-types.h before compiling source
atk/Makefile.am: Update to create atk-enum-types.h before compiling source files (Problem reported by xavier ordoquy <xordoquy@aurora-linux.com>)
Diffstat (limited to 'atk')
-rw-r--r--atk/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/atk/Makefile.am b/atk/Makefile.am
index ee601b9..ede7490 100644
--- a/atk/Makefile.am
+++ b/atk/Makefile.am
@@ -100,11 +100,11 @@ atk_headers = \
atkutil.h \
atkvalue.h
-libatkinclude_HEADERS = \
- $(atk_headers) \
+libatkinclude_HEADERS = \
+ $(atk_headers) \
$(atk_built_headers)
-$(libatk_la_OBJECTS): atkmarshal.c atkmarshal.h
+$(libatk_la_OBJECTS): atkmarshal.c atkmarshal.h $(atk_built_headers)
atkmarshal.h: @REBUILD@ stamp-atkmarshal.h
@true