diff options
author | Wolfgang Ulbrich <[email protected]> | 2012-09-04 16:27:41 +0300 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2012-09-04 16:27:41 +0300 |
commit | 763861dfa48f1d8a742e6517d8c90c45d01bce5d (patch) | |
tree | 5c2c0d2b305f48660882cfed583ac65e8d673842 | |
parent | b2a345f79c5adcc43efa37c980a6654f7e0135b4 (diff) | |
download | atril-763861dfa48f1d8a742e6517d8c90c45d01bce5d.tar.bz2 atril-763861dfa48f1d8a742e6517d8c90c45d01bce5d.tar.xz |
fix thumbnailer make file
-rw-r--r-- | thumbnailer/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
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 = \ |