[libgnomekbd] gir: remove wrong LDFLAGS



commit e625f4376e4f58c171b47ddc0d070165de05b12d
Author: Stefan Sauer <ensonic google com>
Date:   Wed Aug 24 10:31:45 2011 +0200

    gir: remove wrong LDFLAGS
    
    LIBBS don't belong to LDFLAGS anyway and the la files should have all needed
    information. The extra LIBS caused jhbuild failure where it would pick up system
    libs instead of the ones we just built. Fixes #653155

 libgnomekbd/Makefile.am |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/libgnomekbd/Makefile.am b/libgnomekbd/Makefile.am
index b5deb91..79e01d2 100644
--- a/libgnomekbd/Makefile.am
+++ b/libgnomekbd/Makefile.am
@@ -167,7 +167,6 @@ Gkbd-3.0.gir: libgnomekbd.la libgnomekbdui.la
 Gkbd_3_0_gir_INCLUDES = GObject-2.0 Gtk-3.0 xlib-2.0
 Gkbd_3_0_gir_CFLAGS = $(libgnomekbdui_la_CFLAGS)
 Gkbd_3_0_gir_LIBS = libgnomekbd.la libgnomekbdui.la
-Gkbd_3_0_gir_LDFLAGS = $(libgnomekbdui_la_LIBADD)
 Gkbd_3_0_gir_FILES = $(introspection_sources)
 INTROSPECTION_GIRS += Gkbd-3.0.gir
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]