[gtk+] Build adds not-yet-built libgtk-x11-2.0.la into the linker flags
- From: Benjamin Otte <otte src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gtk+] Build adds not-yet-built libgtk-x11-2.0.la into the linker flags
- Date: Mon, 21 Dec 2009 01:52:09 +0000 (UTC)
commit 3921834b96281732bca7618325e747a7bfd8d80f
Author: Benjamin Otte <otte gnome org>
Date: Mon Dec 21 02:43:10 2009 +0100
Build adds not-yet-built libgtk-x11-2.0.la into the linker flags
Commit 9e7c91bf83fd21a559b5658d02a1466deb4de919 added a bit too many
LDFLAGS to the build of gtk-update-icon-cache, revert it to only use the
required ones. Bug 605036
gtk/Makefile.am | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index cee2ab1..8ec9abf 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -1047,7 +1047,10 @@ gtk_query_immodules_2_0_LDADD = $(LDADDS)
gtk_query_immodules_2_0_SOURCES = queryimmodules.c
-gtk_update_icon_cache_LDADD = $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la $(LDADDS)
+gtk_update_icon_cache_LDADD = \
+ $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la \
+ $(GDK_PIXBUF_DEP_LIBS)
+
gtk_update_icon_cache_SOURCES = \
updateiconcache.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]