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>
+
+ * 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:
$(PROPERTIES_LIBS) \
libevproperties.la \
$(top_builddir)/backend/libevbackend.la \
- $(top_builddir)/lib/libev.la \
- -ltiff -lz
+ $(top_builddir)/lib/libev.la
evince_thumbnailer_LDADD= \
$(THUMBNAILER_LIBS) \
- $(LIBTIFF) \
$(top_builddir)/lib/libev.la \
$(top_builddir)/backend/libevbackend.la \
- -ltiff -lz \
$(NULL)
pixmapdir = $(pkgdatadir)
tiff2ps.c \
tiff2ps.h
-libtiffdocument_la_LIBADD = \
- -ltiff -lz
-
+libtiffdocument_la_LIBADD = \
+ $(TIFF_LIBS) \
+ -ltiff