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:
parent
d98e464ba2
commit
a1fae207be
@ -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,
|
||||
|
@ -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 ;\
|
||||
|
Loading…
Reference in New Issue
Block a user