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)
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
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)
|
||||||
|
|
||||||
2002-12-05 Matthias Clasen <maclas@gmx.de>
|
2002-12-05 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* io-ico.c: Remove leftover debug output. (#100357, Owen Taylor)
|
* io-ico.c: Remove leftover debug output. (#100357, Owen Taylor)
|
||||||
|
|||||||
@ -437,7 +437,7 @@ install-data-local: install-ms-lib install-libtool-import-lib
|
|||||||
|
|
||||||
all-local: gdk-pixbuf.loaders
|
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 \
|
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."; \
|
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 ;\
|
GDK_PIXBUF_MODULEDIR=.libs $(top_builddir)/gdk-pixbuf/gdk-pixbuf-query-loaders > ./gdk-pixbuf.loaders ;\
|
||||||
|
|||||||
Reference in New Issue
Block a user