summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/Makefile.am
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-11-09 00:10:42 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-11-09 00:10:42 +0000
commita1fae207bed03f33a56330d27b97fa71c8934e40 (patch)
tree3b89c4cb4cb4e188f74559a9315c8e1aeafd89aa /gdk-pixbuf/Makefile.am
parentd98e464ba288a4486e13737981c1fa31bf8789a5 (diff)
downloadgtk+-a1fae207bed03f33a56330d27b97fa71c8934e40.tar.gz
Make gdk-pixbuf.loaders file depend on the loaders (#97096, Jeff Waugh)
Fri Nov 8 19:06:07 2002 Owen Taylor <otaylor@redhat.com> * Makefile.am (gdk-pixbuf.loaders): Make gdk-pixbuf.loaders file depend on the loaders (#97096, Jeff Waugh)
Diffstat (limited to 'gdk-pixbuf/Makefile.am')
-rw-r--r--gdk-pixbuf/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am
index c506d33318..cfc39a8cee 100644
--- a/gdk-pixbuf/Makefile.am
+++ b/gdk-pixbuf/Makefile.am
@@ -437,7 +437,7 @@ install-data-local: install-ms-lib install-libtool-import-lib
all-local: gdk-pixbuf.loaders
-gdk-pixbuf.loaders:
+gdk-pixbuf.loaders: $(loader_LTLIBRARIES)
if find . -name 'libpixbufloader-*.so' | grep 'so' > /dev/null ; then \
echo "Writing a gdk-pixbuf.loader file to use when running examples before installing gdk-pixbuf."; \
GDK_PIXBUF_MODULEDIR=.libs $(top_builddir)/gdk-pixbuf/gdk-pixbuf-query-loaders > ./gdk-pixbuf.loaders ;\