]> www.fi.muni.cz Git - evince.git/blobdiff - tiff/Makefile.am
only call ev_properties_fonts_set_document() if the document implements
[evince.git] / tiff / Makefile.am
index ce4b8bd67d529e8cc9a16fc0f9da67a2de48074b..8919951af31ddfca0d5066df1ffcb9ecbad569d7 100644 (file)
@@ -2,11 +2,16 @@ INCLUDES =                                                    \
        -I$(top_srcdir)                                         \
        -I$(top_srcdir)/backend                                 \
        $(GTK_CFLAGS)                                           \
        -I$(top_srcdir)                                         \
        -I$(top_srcdir)/backend                                 \
        $(GTK_CFLAGS)                                           \
-       -ltiff                                                  \
        -DDATADIR=\""$(datadir)"\"
 
 noinst_LTLIBRARIES = libtiffdocument.la
 
 libtiffdocument_la_SOURCES =   \
        tiff-document.c         \
        -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
+