diff options
author | Michael Natterer <mitch@imendio.com> | 2008-01-16 13:30:06 +0000 |
---|---|---|
committer | Michael Natterer <mitch@src.gnome.org> | 2008-01-16 13:30:06 +0000 |
commit | 7ffe104a772b8d7ffedda87cfbc15ccbce0243fd (patch) | |
tree | b48e2aeef2ad533f65cc2e3e45ebebb0e0abf0e0 /gdk-pixbuf | |
parent | 6b3a7e8b84f9ea582037484a79088c2bfb7b1987 (diff) | |
download | gtk+-7ffe104a772b8d7ffedda87cfbc15ccbce0243fd.tar.gz |
use $GDK_PIXBUF_DEP_LIBS instead of $GLIB_LIBS so gio gets pulled in.
2008-01-16 Michael Natterer <mitch@imendio.com>
* Makefile.am (LDADDS): use $GDK_PIXBUF_DEP_LIBS instead of
$GLIB_LIBS so gio gets pulled in.
svn path=/trunk/; revision=19377
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r-- | gdk-pixbuf/ChangeLog | 5 | ||||
-rw-r--r-- | gdk-pixbuf/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 620a8bf845..7ba2990744 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,8 @@ +2008-01-16 Michael Natterer <mitch@imendio.com> + + * Makefile.am (LDADDS): use $GDK_PIXBUF_DEP_LIBS instead of + $GLIB_LIBS so gio gets pulled in. + 2008-01-15 Matthias Clasen <mclasne@redhat.com> * gdk-pixbuf.symbols: diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am index a9c5ece845..263c968fc6 100644 --- a/gdk-pixbuf/Makefile.am +++ b/gdk-pixbuf/Makefile.am @@ -353,7 +353,7 @@ INCLUDES = \ -DGDK_PIXBUF_ENABLE_BACKEND AM_CPPFLAGS = "-DPIXBUF_LIBDIR=\"$(loaderdir)\"" "-DBUILT_MODULES_DIR=\"$(srcdir)/.libs\"" -LDADDS = libgdk_pixbuf-$(GTK_API_VERSION).la $(GLIB_LIBS) +LDADDS = libgdk_pixbuf-$(GTK_API_VERSION).la $(GDK_PIXBUF_DEP_LIBS) noinst_PROGRAMS = test-gdk-pixbuf test_gdk_pixbuf_LDADD = $(LDADDS) |