diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-11-09 00:10:42 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-11-09 00:10:42 +0000 |
commit | a1fae207bed03f33a56330d27b97fa71c8934e40 (patch) | |
tree | 3b89c4cb4cb4e188f74559a9315c8e1aeafd89aa /gdk-pixbuf/Makefile.am | |
parent | d98e464ba288a4486e13737981c1fa31bf8789a5 (diff) | |
download | gtk+-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.am | 2 |
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 ;\ |