mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
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:
parent
e4ce74f5b7
commit
3cc0db6440
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user