atk/Makefile.am: Update to create atk-enum-types.h before compiling source
authorPadraig O'Briain <padraigo@src.gnome.org>
Fri, 7 Dec 2001 14:42:21 +0000 (14:42 +0000)
committerPadraig O'Briain <padraigo@src.gnome.org>
Fri, 7 Dec 2001 14:42:21 +0000 (14:42 +0000)
atk/Makefile.am:
Update to create atk-enum-types.h before compiling source files
(Problem reported by xavier ordoquy <xordoquy@aurora-linux.com>)

ChangeLog
atk/Makefile.am

index c155351..a7db171 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-12-07  Padraig O'Briain  <padraig.obriain@sun.com>
+
+       * atk/Makefile.am:
+       Update to create atk-enum-types.h before compiling source files
+       (Problem reported by xavier ordoquy <xordoquy@aurora-linux.com>)
+
 2001-12-05  Padraig O'Briain  <padraig.obriain@sun.com>
 
        * atk/atk.def atk/atktext.c atk/atktext.h docs/atk-sections.txt 
index ee601b9..ede7490 100644 (file)
@@ -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