]> www.fi.muni.cz Git - evince.git/commitdiff
Some more cleanups. Was really necessary but I probably introduced bugs,
authorMarco Pesenti Gritti <mpg@redhat.com>
Thu, 7 Jul 2005 00:28:21 +0000 (00:28 +0000)
committerMarco Pesenti Gritti <marco@src.gnome.org>
Thu, 7 Jul 2005 00:28:21 +0000 (00:28 +0000)
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 :)

ChangeLog
properties/Makefile.am
thumbnailer/Makefile.am
tiff/Makefile.am

index 21727df66950a3f3f9974ba98686dcf54b3acf35..ad2a8cca87a1a982840c79d0a2e40ca7c65fea48 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+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 :)
+
 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
 
        * backend/Makefile.am:
index b0f39e1d5f321cc641dd6d815d74fd6c39d01d0a..5f824aa2770d8285a76a9b7c9e59d6fd0e03aa80 100644 (file)
@@ -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
index 84adf104f9ef16827656c75a5151782b64bc1380..c98df7a0558a8e6d10531f1475fefcfbcdcde563 100644 (file)
@@ -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)
index 4290e1c4a03bbf1a296637cf11cb21bd673526fd..8d936ee3ddc98831f4f86f0bf227b3b26a67a4e0 100644 (file)
@@ -12,6 +12,6 @@ libtiffdocument_la_SOURCES =  \
        tiff2ps.c               \
        tiff2ps.h
 
-libtiffdocument_la_LIBADD = \
-       -ltiff -lz
-
+libtiffdocument_la_LIBADD =    \
+       $(TIFF_LIBS)            \
+       -ltiff