From b2c738351d09d2c50136a07f3d3a82a5b840b6c1 Mon Sep 17 00:00:00 2001 From: Padraig O'Briain Date: Fri, 7 Dec 2001 14:42:21 +0000 Subject: [PATCH] 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 ) --- ChangeLog | 6 ++++++ atk/Makefile.am | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index c155351..a7db171 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-12-07 Padraig O'Briain + + * atk/Makefile.am: + Update to create atk-enum-types.h before compiling source files + (Problem reported by xavier ordoquy ) + 2001-12-05 Padraig O'Briain * atk/atk.def atk/atktext.c atk/atktext.h docs/atk-sections.txt 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 -- 2.34.1