summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-04-12 19:48:27 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-04-12 19:48:27 +0000
commit340e710fc39c063c0dfe71ea2c5ddab393828930 (patch)
tree75383bfd102008150cb7ae246383e90999a3f2e3 /gdk-pixbuf
parent93c2bc828ec7376d5e55f890c441e9685e7eb02e (diff)
downloadgdk-pixbuf-340e710fc39c063c0dfe71ea2c5ddab393828930.tar.gz
modules/engines/pixbuf/Makefile.am Build fixes for Cygwin. (#338262)
2006-04-12 Matthias Clasen <mclasen@redhat.com> * contrib/gdk-pixbuf-xlib/Makefile.am: * modules/engines/pixbuf/Makefile.am * gdk-pixbuf/Makefile.am: Build fixes for Cygwin. (#338262)
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r--gdk-pixbuf/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am
index d279928de..bcbdcf447 100644
--- a/gdk-pixbuf/Makefile.am
+++ b/gdk-pixbuf/Makefile.am
@@ -486,7 +486,7 @@ all-local: gdk-pixbuf.loaders
endif
if BUILD_DYNAMIC_MODULES
-gdk-pixbuf.loaders: $(loader_LTLIBRARIES) gdk-pixbuf-query-loaders
+gdk-pixbuf.loaders: $(loader_LTLIBRARIES) gdk-pixbuf-query-loaders$(EXEEXT)
LOADERS=`echo libpixbufloader-*.la` ; \
if test "x$$LOADERS" != 'xlibpixbufloader-*.la' ; then \
echo "Writing a gdk-pixbuf.loader file to use when running examples before installing gdk-pixbuf."; \