Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/thumbnailer/Makefile.am
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2005-05-22 03:21:31 (GMT)
committer Jonathan Blandford <jrb@src.gnome.org>2005-05-22 03:21:31 (GMT)
commitdbf6fafd2939f4ff959d2eff4181f880ebd7ceaf (patch)
treef7b1919c60aeadf4e491710c6f364e2f9dbb7e16 /thumbnailer/Makefile.am
parent149bce2cdc9dc615871a6c3626cf7a72275aff3c (diff)
Rough TIFF backend.
Sat May 21 23:18:30 2005 Jonathan Blandford <jrb@redhat.com> * tiff/tiff-document.c: Rough TIFF backend.
Diffstat (limited to 'thumbnailer/Makefile.am')
-rw-r--r--thumbnailer/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/thumbnailer/Makefile.am b/thumbnailer/Makefile.am
index f3a2175..ea9dc34 100644
--- a/thumbnailer/Makefile.am
+++ b/thumbnailer/Makefile.am
@@ -22,6 +22,7 @@ evince_thumbnailer_SOURCES= \
evince_thumbnailer_LDADD= \
$(THUMBNAILER_LIBS) \
+ $(LIBTIFF) \
$(top_builddir)/lib/libev.la \
$(top_builddir)/shell/libevbackendfactory.la \
$(NULL)