X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=tiff%2FMakefile.am;h=8919951af31ddfca0d5066df1ffcb9ecbad569d7;hb=bbc6a0f5736ed843754902eb9a829dd5e173e1ac;hp=ce4b8bd67d529e8cc9a16fc0f9da67a2de48074b;hpb=dbf6fafd2939f4ff959d2eff4181f880ebd7ceaf;p=evince.git diff --git a/tiff/Makefile.am b/tiff/Makefile.am index ce4b8bd6..8919951a 100644 --- a/tiff/Makefile.am +++ b/tiff/Makefile.am @@ -2,11 +2,16 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/backend \ $(GTK_CFLAGS) \ - -ltiff \ -DDATADIR=\""$(datadir)"\" noinst_LTLIBRARIES = libtiffdocument.la libtiffdocument_la_SOURCES = \ tiff-document.c \ - tiff-document.h + tiff-document.h \ + tiff2ps.c \ + tiff2ps.h + +libtiffdocument_la_LIBADD = \ + -ltiff -lz +