mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 06:10:21 +00:00
Use GDK_PIXBUF_DEP_LIBS instead of GDK_PIXBUF_EXTRA_LIBS here, too.
2007-07-04 Tor Lillqvist <tml@novell.com> * pixops/Makefile.am (timescale_LDADD): Use GDK_PIXBUF_DEP_LIBS instead of GDK_PIXBUF_EXTRA_LIBS here, too. svn path=/trunk/; revision=18381
This commit is contained in:
parent
d679f3f9dc
commit
d18953ca2b
@ -1,3 +1,8 @@
|
|||||||
|
2007-07-04 Tor Lillqvist <tml@novell.com>
|
||||||
|
|
||||||
|
* pixops/Makefile.am (timescale_LDADD): Use GDK_PIXBUF_DEP_LIBS
|
||||||
|
instead of GDK_PIXBUF_EXTRA_LIBS here, too.
|
||||||
|
|
||||||
2007-07-03 Matthias Clasen <mclasen@redhat.com>
|
2007-07-03 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* io-tiff.c (tiff_image_parse): Always set an error
|
* io-tiff.c (tiff_image_parse): Always set an error
|
||||||
|
@ -9,7 +9,7 @@ INCLUDES = \
|
|||||||
noinst_PROGRAMS = timescale
|
noinst_PROGRAMS = timescale
|
||||||
|
|
||||||
timescale_SOURCES = timescale.c
|
timescale_SOURCES = timescale.c
|
||||||
timescale_LDADD = libpixops.la $(GLIB_LIBS) $(GDK_PIXBUF_EXTRA_LIBS)
|
timescale_LDADD = libpixops.la $(GLIB_LIBS) $(GDK_PIXBUF_DEP_LIBS)
|
||||||
|
|
||||||
if USE_MMX
|
if USE_MMX
|
||||||
mmx_sources = \
|
mmx_sources = \
|
||||||
|
Loading…
Reference in New Issue
Block a user