summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2007-07-04 12:40:56 +0000
committerTor Lillqvist <tml@src.gnome.org>2007-07-04 12:40:56 +0000
commitd18953ca2b7d81e8881e7b2edfd7b00b46e0594f (patch)
treef04dfae5d59a5ca5cfdb39d8148aaa757fe4ca38 /gdk-pixbuf
parentd679f3f9dc2e74fcefcdf8bbee0fccd971472f9d (diff)
downloadgtk+-d18953ca2b7d81e8881e7b2edfd7b00b46e0594f.tar.gz
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
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r--gdk-pixbuf/ChangeLog5
-rw-r--r--gdk-pixbuf/pixops/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog
index 10bec09fc0..835f197e26 100644
--- a/gdk-pixbuf/ChangeLog
+++ b/gdk-pixbuf/ChangeLog
@@ -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
diff --git a/gdk-pixbuf/pixops/Makefile.am b/gdk-pixbuf/pixops/Makefile.am
index 9bbb2e9344..9face994f9 100644
--- a/gdk-pixbuf/pixops/Makefile.am
+++ b/gdk-pixbuf/pixops/Makefile.am
@@ -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 = \