mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +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>
|
||||
|
||||
* io-tiff.c (tiff_image_parse): Always set an error
|
||||
|
@ -9,7 +9,7 @@ INCLUDES = \
|
||||
noinst_PROGRAMS = timescale
|
||||
|
||||
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
|
||||
mmx_sources = \
|
||||
|
Loading…
Reference in New Issue
Block a user