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)
This commit is contained in:
Owen Taylor 2002-11-09 00:10:42 +00:00 committed by Owen Taylor
parent d98e464ba2
commit a1fae207be
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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)
Wed Nov 6 15:19:53 2002 Owen Taylor <otaylor@redhat.com>
* io-gif.c (CHECK_LZW_SP): Fix trailing semicolon on macro,

View File

@ -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 ;\