From aaa69c0e26f30136712e52b1439a6b9b0bc28ba9 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Thu, 07 Jul 2005 00:28:21 +0000 Subject: Some more cleanups. Was really necessary but I probably introduced bugs, 2005-07-07 Marco Pesenti Gritti * properties/Makefile.am: * thumbnailer/Makefile.am: * tiff/Makefile.am: Some more cleanups. Was really necessary but I probably introduced bugs, feel free to flame :) --- (limited to 'tiff') 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 -- cgit v0.9.1