diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-12-07 15:16:01 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-12-07 15:16:01 +0000 |
commit | b707bb6c3bc6c1366ca38ca840ba441a0c1980dc (patch) | |
tree | 5cc89089cca587167c94ca32fcf3bde57b4b723d /gdk-pixbuf/Makefile.am | |
parent | 47ebb9739af03b8ec8e2677fd3249303838c6035 (diff) | |
download | gdk-pixbuf-b707bb6c3bc6c1366ca38ca840ba441a0c1980dc.tar.gz |
Make gdk-pixbuf.loaders also depend gdk-pixbuf-query-loaders. (#97096,
Sat Dec 7 10:14:05 2002 Owen Taylor <otaylor@redhat.com>
* Makefile.am (gdk-pixbuf.loaders): Make gdk-pixbuf.loaders
also depend gdk-pixbuf-query-loaders. (#97096, Daniel Elstner)
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 cfc39a8ce..b3856f3d5 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: $(loader_LTLIBRARIES) +gdk-pixbuf.loaders: $(loader_LTLIBRARIES) gdk-pixbuf-query-loaders 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 ;\ |