X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2FMakefile.am;h=bd104e868e4431b4825869d6f84915ede0dc9c6e;hb=b69134d4ad94bcf59ce305d62088487dbb7e727e;hp=032735dad3981f6659c421f60e703a4f3182cd91;hpb=b36f3a13160e8747019c40f28df89a9a9c3917ea;p=evince.git diff --git a/shell/Makefile.am b/shell/Makefile.am index 032735da..bd104e86 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -10,6 +10,7 @@ INCLUDES= \ -I$(top_srcdir)/backend \ -I$(top_srcdir)/pdf \ -I$(top_srcdir)/pixbuf \ + -I$(top_srcdir)/tiff \ -I$(top_srcdir)/ps \ -I$(top_srcdir)/djvu \ -I$(top_srcdir)/dvi \ @@ -39,6 +40,12 @@ libevbackendfactory_la_LIBADD += \ $(NULL) endif +if ENABLE_TIFF +libevbackendfactory_la_LIBADD += \ + $(top_builddir)/tiff/libtiffdocument.la \ + $(NULL) +endif + if ENABLE_DVI libevbackendfactory_la_LIBADD += \ $(top_builddir)/dvi/libgtkdvi.la \ @@ -89,6 +96,7 @@ evince_LDADD= \ $(top_builddir)/cut-n-paste/zoom-control/libephywidgets.la \ $(top_builddir)/cut-n-paste/toolbar-editor/libtoolbareditor.la \ $(top_builddir)/lib/libev.la \ + -ltiff -lz \ libevbackendfactory.la \ $(NULL)