add $(LIBTIFF) to libpixbuf_tiff_la_LIBADD, proxying for mmarker. This

* gdk-pixbuf/Makefile.am (libpixbuf_tiff_la_LIBADD): add
        $(LIBTIFF) to libpixbuf_tiff_la_LIBADD, proxying for
	mmarker. This closes bug #4676.
This commit is contained in:
Peter Teichman 1999-12-27 05:00:42 +00:00
parent e4ce74f5b7
commit 3cc0db6440
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
1999-12-26 Peter Teichman <pat@gnu.org>
* gdk-pixbuf/Makefile.am (libpixbuf_tiff_la_LIBADD): add
$(LIBTIFF) to libpixbuf_tiff_la_LIBADD, proxying for mmarker.
This closes bug #4676.
1999-12-23 Havoc Pennington <hp@pobox.com>
* gdk-pixbuf/io-gif.c (image_load): Stuff that should have been

View File

@ -154,7 +154,7 @@ libpixbuf_ras_la_LIBADD =
#
libpixbuf_tiff_la_SOURCES = io-tiff.c
libpixbuf_tiff_la_LDFLAGS = -avoid-version -module
libpixbuf_tiff_la_LIBADD =
libpixbuf_tiff_la_LIBADD = $(LIBTIFF)
#
# The PNM loader