diff --git a/ChangeLog b/ChangeLog index e00c031710..8a803786d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Nov 8 19:07:39 2002 Owen Taylor + + * demos/Makefile.am (test-inline-pixbufs.h): Depend + on gdk-pixbuf.loaders as well as gdk-pixbuf.csource. + (#97096, Jeff Waugh) + 2002-11-09 Matthias Clasen * tests/testgtk.c (create_resize_grips): Draw grips in all edges. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index e00c031710..8a803786d5 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +Fri Nov 8 19:07:39 2002 Owen Taylor + + * demos/Makefile.am (test-inline-pixbufs.h): Depend + on gdk-pixbuf.loaders as well as gdk-pixbuf.csource. + (#97096, Jeff Waugh) + 2002-11-09 Matthias Clasen * tests/testgtk.c (create_resize_grips): Draw grips in all edges. diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index e00c031710..8a803786d5 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,9 @@ +Fri Nov 8 19:07:39 2002 Owen Taylor + + * demos/Makefile.am (test-inline-pixbufs.h): Depend + on gdk-pixbuf.loaders as well as gdk-pixbuf.csource. + (#97096, Jeff Waugh) + 2002-11-09 Matthias Clasen * tests/testgtk.c (create_resize_grips): Draw grips in all edges. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index e00c031710..8a803786d5 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,9 @@ +Fri Nov 8 19:07:39 2002 Owen Taylor + + * demos/Makefile.am (test-inline-pixbufs.h): Depend + on gdk-pixbuf.loaders as well as gdk-pixbuf.csource. + (#97096, Jeff Waugh) + 2002-11-09 Matthias Clasen * tests/testgtk.c (create_resize_grips): Draw grips in all edges. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index e00c031710..8a803786d5 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +Fri Nov 8 19:07:39 2002 Owen Taylor + + * demos/Makefile.am (test-inline-pixbufs.h): Depend + on gdk-pixbuf.loaders as well as gdk-pixbuf.csource. + (#97096, Jeff Waugh) + 2002-11-09 Matthias Clasen * tests/testgtk.c (create_resize_grips): Draw grips in all edges. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index e00c031710..8a803786d5 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +Fri Nov 8 19:07:39 2002 Owen Taylor + + * demos/Makefile.am (test-inline-pixbufs.h): Depend + on gdk-pixbuf.loaders as well as gdk-pixbuf.csource. + (#97096, Jeff Waugh) + 2002-11-09 Matthias Clasen * tests/testgtk.c (create_resize_grips): Draw grips in all edges. diff --git a/demos/Makefile.am b/demos/Makefile.am index 3a81a2d1e6..6b0329b8fd 100644 --- a/demos/Makefile.am +++ b/demos/Makefile.am @@ -38,7 +38,7 @@ else pixbuf_csource=GDK_PIXBUF_MODULE_FILE=$$topdir/gdk-pixbuf/gdk-pixbuf.loaders $$topdir/gdk-pixbuf/gdk-pixbuf-csource endif -test-inline-pixbufs.h: $(top_builddir)/gdk-pixbuf/gdk-pixbuf-csource apple-red.png gnome-foot.png +test-inline-pixbufs.h: $(top_builddir)/gdk-pixbuf/gdk-pixbuf-csource $(top_builddir)/gdk-pixbuf/gdk-pixbuf.loaders apple-red.png gnome-foot.png (topdir=`cd $(top_builddir) && pwd` ; curdir=`pwd` ; \ cd $(srcdir) && \ $(pixbuf_csource) --build-list \