Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tiff
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2005-07-07 00:28:21 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-07-07 00:28:21 (GMT)
commitaaa69c0e26f30136712e52b1439a6b9b0bc28ba9 (patch)
treecb2ede96a0d68adaa4909ed3b304a1636fb80357 /tiff
parentc6c3e49776af18ae7a8ce433ac31121a0cdfbc6d (diff)
Some more cleanups. Was really necessary but I probably introduced bugs,
2005-07-07 Marco Pesenti Gritti <mpg@redhat.com> * properties/Makefile.am: * thumbnailer/Makefile.am: * tiff/Makefile.am: Some more cleanups. Was really necessary but I probably introduced bugs, feel free to flame :)
Diffstat (limited to 'tiff')
-rw-r--r--tiff/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/tiff/Makefile.am b/tiff/Makefile.am
index 4290e1c..8d936ee 100644
--- a/tiff/Makefile.am
+++ b/tiff/Makefile.am
@@ -12,6 +12,6 @@ libtiffdocument_la_SOURCES = \
tiff2ps.c \
tiff2ps.h
-libtiffdocument_la_LIBADD = \
- -ltiff -lz
-
+libtiffdocument_la_LIBADD = \
+ $(TIFF_LIBS) \
+ -ltiff