From a1fae207bed03f33a56330d27b97fa71c8934e40 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Sat, 9 Nov 2002 00:10:42 +0000 Subject: [PATCH] Make gdk-pixbuf.loaders file depend on the loaders (#97096, Jeff Waugh) Fri Nov 8 19:06:07 2002 Owen Taylor * Makefile.am (gdk-pixbuf.loaders): Make gdk-pixbuf.loaders file depend on the loaders (#97096, Jeff Waugh) --- gdk-pixbuf/ChangeLog | 5 +++++ gdk-pixbuf/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index d048e8e11d..6fb5412fbf 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,8 @@ +Fri Nov 8 19:06:07 2002 Owen Taylor + + * 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 * io-gif.c (CHECK_LZW_SP): Fix trailing semicolon on macro, 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 ;\