summaryrefslogtreecommitdiff
path: root/libgnomekbd
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@google.com>2011-08-24 10:31:45 +0200
committerSergey V. Udaltsov <svu@gnome.org>2011-08-24 22:11:51 +0100
commite625f4376e4f58c171b47ddc0d070165de05b12d (patch)
treeda8b60d928bda8e26aaadc406d58d69829cec8cf /libgnomekbd
parent54b009ffcbca61b4f15f1c1917fdb632e6cc941f (diff)
downloadlibgnomekbd-e625f4376e4f58c171b47ddc0d070165de05b12d.tar.gz
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
Diffstat (limited to 'libgnomekbd')
-rw-r--r--libgnomekbd/Makefile.am1
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