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:
Tor Lillqvist 2007-07-04 12:40:56 +00:00 committed by Tor Lillqvist
parent d679f3f9dc
commit d18953ca2b
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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 = \