diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-04-12 19:48:27 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-04-12 19:48:27 +0000 |
commit | 340e710fc39c063c0dfe71ea2c5ddab393828930 (patch) | |
tree | 75383bfd102008150cb7ae246383e90999a3f2e3 /gdk-pixbuf | |
parent | 93c2bc828ec7376d5e55f890c441e9685e7eb02e (diff) | |
download | gdk-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.am | 2 |
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."; \ |