From: Marco Pesenti Gritti Date: Thu, 7 Jul 2005 00:28:21 +0000 (+0000) Subject: Some more cleanups. Was really necessary but I probably introduced bugs, X-Git-Tag: EVINCE_0_3_3~149 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=aaa69c0e26f30136712e52b1439a6b9b0bc28ba9;p=evince.git 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 :) --- diff --git a/ChangeLog b/ChangeLog index 21727df6..ad2a8cca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +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 :) + 2005-07-07 Marco Pesenti Gritti * backend/Makefile.am: diff --git a/properties/Makefile.am b/properties/Makefile.am index b0f39e1d..5f824aa2 100644 --- a/properties/Makefile.am +++ b/properties/Makefile.am @@ -36,5 +36,4 @@ libevince_properties_page_la_LIBADD = \ $(PROPERTIES_LIBS) \ libevproperties.la \ $(top_builddir)/backend/libevbackend.la \ - $(top_builddir)/lib/libev.la \ - -ltiff -lz + $(top_builddir)/lib/libev.la diff --git a/thumbnailer/Makefile.am b/thumbnailer/Makefile.am index 84adf104..c98df7a0 100644 --- a/thumbnailer/Makefile.am +++ b/thumbnailer/Makefile.am @@ -21,10 +21,8 @@ evince_thumbnailer_SOURCES= \ evince_thumbnailer_LDADD= \ $(THUMBNAILER_LIBS) \ - $(LIBTIFF) \ $(top_builddir)/lib/libev.la \ $(top_builddir)/backend/libevbackend.la \ - -ltiff -lz \ $(NULL) pixmapdir = $(pkgdatadir) diff --git a/tiff/Makefile.am b/tiff/Makefile.am index 4290e1c4..8d936ee3 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