added an explicit dependency to force creation of gimp-wilber-pixbufs.h.

2006-03-29  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/Makefile.am: added an explicit dependency to
	force creation of gimp-wilber-pixbufs.h.
This commit is contained in:
Sven Neumann 2006-03-29 12:27:29 +00:00 committed by Sven Neumann
parent 443996f934
commit 3c704917cb
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-03-29 Sven Neumann <sven@gimp.org>
* libgimpwidgets/Makefile.am: added an explicit dependency to
force creation of gimp-wilber-pixbufs.h.
2006-03-29 Sven Neumann <sven@gimp.org>
* desktop/Makefile.am

View File

@ -253,11 +253,14 @@ EXTRA_DIST = \
$(WILBER_IMAGES)
gimpwidgets-private.c: gimp-wilber-pixbufs.h
#
# rules to generate built sources
#
# setup autogeneration dependancies
gen_sources = xgen-wec xgen-wmh xgen-wmc
gen_sources = xgen-wec xgen-wmh xgen-wmc gimp-wilber-pixbufs.h
CLEANFILES = $(gen_sources)
$(srcdir)/gimpwidgetsenums.c: $(srcdir)/gimpwidgetsenums.h $(GIMP_MKENUMS)