summaryrefslogtreecommitdiff
path: root/thumbnailer
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-12-23 11:17:23 +0200
committerBastien Nocera <hadess@hadess.net>2016-12-28 14:01:18 +0100
commit436d4c7d8ebe749d1e9e28bce9ec3e8d5a52dc0c (patch)
tree70d9c4db492934e0757b225de664c52cd40cf5a9 /thumbnailer
parent1f6818d5f3db326afa204d31fb739d54a69dd6f0 (diff)
downloadgdk-pixbuf-436d4c7d8ebe749d1e9e28bce9ec3e8d5a52dc0c.tar.gz
thumbnailer: Add $(EXEEXT) to the the gdk-pixbuf-print-mime-types
Fixes the build on Windows and elsewhere, where there's a filename extension for executables https://bugzilla.gnome.org/show_bug.cgi?id=776432
Diffstat (limited to 'thumbnailer')
-rw-r--r--thumbnailer/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/thumbnailer/Makefile.am b/thumbnailer/Makefile.am
index d85af210b..6f0c1499a 100644
--- a/thumbnailer/Makefile.am
+++ b/thumbnailer/Makefile.am
@@ -25,7 +25,7 @@ gdk_pixbuf_print_mime_types_LDADD = \
thumbnailerdir = $(datadir)/thumbnailers/
thumbnailer_DATA = gdk-pixbuf-thumbnailer.thumbnailer
-gdk-pixbuf-thumbnailer.thumbnailer: gdk-pixbuf-thumbnailer.thumbnailer.in Makefile gdk-pixbuf-print-mime-types
+gdk-pixbuf-thumbnailer.thumbnailer: gdk-pixbuf-thumbnailer.thumbnailer.in Makefile gdk-pixbuf-print-mime-types$(EXEEXT)
$(AM_V_GEN) GDK_PIXBUF_MODULE_FILE=$(top_builddir)/gdk-pixbuf/loaders.cache \
GDK_PIXBUF_PIXDATA=$(top_builddir)/gdk-pixbuf/gdk-pixbuf-pixdata \
$(SED) -e "s|\@bindir\@|$(bindir)|" \