reorder to get the marshal files built first.

2005-06-04  Manish Singh  <yosh@gimp.org>

        * libgimp/Makefile.am: reorder to get the marshal files built first.
This commit is contained in:
Manish Singh 2005-06-04 22:41:15 +00:00 committed by Manish Singh
parent 83d0ba039e
commit 7475212d5c
2 changed files with 8 additions and 4 deletions

View file

@ -1,3 +1,7 @@
2005-06-04 Manish Singh <yosh@gimp.org>
* libgimp/Makefile.am: reorder to get the marshal files built first.
2005-06-04 Manish Singh <yosh@gimp.org>
* libgimp/gimpfontselectbutton.[ch]: new formal widget based on

View file

@ -223,8 +223,8 @@ libgimp_2_0_la_built_sources = \
libgimp_2_0_la_extra_sources = gimpenums.c.tail
libgimp_2_0_la_SOURCES = \
$(libgimp_2_0_la_sources) \
$(libgimp_2_0_la_built_sources)
$(libgimp_2_0_la_built_sources) \
$(libgimp_2_0_la_sources)
libgimpui_2_0_la_sources = \
gimpui.c \
@ -266,8 +266,8 @@ libgimpui_2_0_la_built_sources = \
libgimpui_2_0_la_extra_sources = gimpuimarshal.list
libgimpui_2_0_la_SOURCES = \
$(libgimpui_2_0_la_sources) \
$(libgimpui_2_0_la_built_sources)
$(libgimpui_2_0_la_built_sources) \
$(libgimpui_2_0_la_sources)
gimpinclude_HEADERS = \
gimp.h \