X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=inline;f=tiff%2FMakefile.am;h=fcda178fac033a506a3fc69558939327ff339377;hb=71cfbd5e3ec158efcb49c896bd4468764a9a54fb;hp=ce4b8bd67d529e8cc9a16fc0f9da67a2de48074b;hpb=dbf6fafd2939f4ff959d2eff4181f880ebd7ceaf;p=evince.git diff --git a/tiff/Makefile.am b/tiff/Makefile.am index ce4b8bd6..fcda178f 100644 --- a/tiff/Makefile.am +++ b/tiff/Makefile.am @@ -2,7 +2,6 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/backend \ $(GTK_CFLAGS) \ - -ltiff \ -DDATADIR=\""$(datadir)"\" noinst_LTLIBRARIES = libtiffdocument.la @@ -10,3 +9,7 @@ noinst_LTLIBRARIES = libtiffdocument.la libtiffdocument_la_SOURCES = \ tiff-document.c \ tiff-document.h + +libtiffdocument_la_LIBADD = \ + -ltiff -lz +