From 763861dfa48f1d8a742e6517d8c90c45d01bce5d Mon Sep 17 00:00:00 2001 From: Wolfgang Ulbrich Date: Tue, 4 Sep 2012 16:27:41 +0300 Subject: fix thumbnailer make file --- thumbnailer/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'thumbnailer') diff --git a/thumbnailer/Makefile.am b/thumbnailer/Makefile.am index 9a0b69e6..5bbbf5b8 100644 --- a/thumbnailer/Makefile.am +++ b/thumbnailer/Makefile.am @@ -1,4 +1,3 @@ - bin_PROGRAMS = atril-thumbnailer atril_thumbnailer_SOURCES = \ @@ -35,7 +34,7 @@ thumbnailer_DATA = $(thumbnailer_in_files:.thumbnailer.in=.thumbnailer) atril.thumbnailer: $(thumbnailer_in_files) $(AM_V_GEN)sed \ - -e "s|\@ATRIL_MIME_TYPES\@|$(EVINCE_MIME_TYPES)|" \ + -e "s|\@ATRIL_MIME_TYPES\@|$(ATRIL_MIME_TYPES)|" \ $< > $@ schema_files = \ -- cgit v1.2.1