]> Pileus Git - ~andy/gtk/commitdiff
Build adds not-yet-built libgtk-x11-2.0.la into the linker flags
authorBenjamin Otte <otte@gnome.org>
Mon, 21 Dec 2009 01:43:10 +0000 (02:43 +0100)
committerBenjamin Otte <otte@gnome.org>
Mon, 21 Dec 2009 01:51:59 +0000 (02:51 +0100)
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

index cee2ab1869616169992944b7c2ff5d338530516e..8ec9abf3a1db75f439217a60294e8ddc6a6fb872 100644 (file)
@@ -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