diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-11-09 00:18:10 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-11-09 00:18:10 +0000 |
commit | c010a1afd47f9947dd557fb4b55f0f28b084d135 (patch) | |
tree | 0f64f6c6d8a8c5cddcf8cdf4cb578d433558e22b /demos | |
parent | a1fae207bed03f33a56330d27b97fa71c8934e40 (diff) | |
download | gtk+-c010a1afd47f9947dd557fb4b55f0f28b084d135.tar.gz |
Depend on gdk-pixbuf.loaders as well as gdk-pixbuf.csource. (#97096, Jeff
Fri Nov 8 19:07:39 2002 Owen Taylor <otaylor@redhat.com>
* demos/Makefile.am (test-inline-pixbufs.h): Depend
on gdk-pixbuf.loaders as well as gdk-pixbuf.csource.
(#97096, Jeff Waugh)
Diffstat (limited to 'demos')
-rw-r--r-- | demos/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |