Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2005-07-07 00:28:21 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-07-07 00:28:21 (GMT)
commitaaa69c0e26f30136712e52b1439a6b9b0bc28ba9 (patch)
treecb2ede96a0d68adaa4909ed3b304a1636fb80357
parentc6c3e49776af18ae7a8ce433ac31121a0cdfbc6d (diff)
Some more cleanups. Was really necessary but I probably introduced bugs,
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 :)
-rw-r--r--ChangeLog10
-rw-r--r--properties/Makefile.am3
-rw-r--r--thumbnailer/Makefile.am2
-rw-r--r--tiff/Makefile.am6
4 files changed, 14 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 21727df..ad2a8cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
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:
* configure.ac:
* cut-n-paste/recent-files/Makefile.am:
diff --git a/properties/Makefile.am b/properties/Makefile.am
index b0f39e1..5f824aa 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 84adf10..c98df7a 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 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