From 5e33cba1571535c918759f7fe2177ab9eb5b971a Mon Sep 17 00:00:00 2001 From: Nickolay V. Shmyrev Date: Tue, 24 May 2005 15:25:31 +0000 Subject: Cleanup tiff configure checks. Fix for bug 305218. --- (limited to 'tiff') 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 + -- cgit v0.9.1