]> www.fi.muni.cz Git - evince.git/blobdiff - tiff/Makefile.am
[dualscreen] fix crash on ctrl+w and fix control window closing
[evince.git] / tiff / Makefile.am
diff --git a/tiff/Makefile.am b/tiff/Makefile.am
deleted file mode 100644 (file)
index fcda178..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-INCLUDES =                                                     \
-       -I$(top_srcdir)                                         \
-       -I$(top_srcdir)/backend                                 \
-       $(GTK_CFLAGS)                                           \
-       -DDATADIR=\""$(datadir)"\"
-
-noinst_LTLIBRARIES = libtiffdocument.la
-
-libtiffdocument_la_SOURCES =   \
-       tiff-document.c         \
-       tiff-document.h
-
-libtiffdocument_la_LIBADD = \
-       -ltiff -lz
-