diff options
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r-- | gdk-pixbuf/ChangeLog | 6 | ||||
-rw-r--r-- | gdk-pixbuf/Makefile.am | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index a39add0e0f..db94f05d0f 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,9 @@ +Fri Sep 14 00:30:48 2001 Tim Janik <timj@gtk.org> + + * Makefile.am: don't used BUILT_SOURCES to build marshal + files, as in conjunction with stamp files, this can + lead to endless rebuilding loops. + Tue Sep 4 00:22:07 2001 Owen Taylor <otaylor@redhat.com> * Makefile.am: Fix EXTRA_DIST for gdk-pixbuf-csource.1 diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am index 3566098331..554a1ab4ac 100644 --- a/gdk-pixbuf/Makefile.am +++ b/gdk-pixbuf/Makefile.am @@ -211,7 +211,6 @@ man_MANS = gdk-pixbuf-csource.1 # The GdkPixBuf library # -BUILT_SOURCES=gdk-pixbuf-marshal.h gdk-pixbuf-marshal.c libgdk_pixbufincludedir = $(includedir)/gtk-2.0/gdk-pixbuf |