Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tiff
diff options
context:
space:
mode:
Diffstat (limited to 'tiff')
-rw-r--r--tiff/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/tiff/Makefile.am b/tiff/Makefile.am
index ce4b8bd..fcda178 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
+