summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2009-11-09 16:20:18 +0100
committerMartin Pitt <martin.pitt@ubuntu.com>2009-11-09 16:33:54 +0100
commit12ef5a6b8a75ffdfd718704752a3594326216ee7 (patch)
tree30aeb7d50b6fcbdbbd21af4e304cf8f55693a9f5 /tools
parent897cd3048429d9a0c8b20ec6c9b94b3c869605bf (diff)
Fix build failures with binutils-gold
binutils gold is an alternative linker which is more strict and requires to specify all needed libraries when linking. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554767
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 0b99d356..e7f029d0 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -91,7 +91,7 @@ endif #HAVE_GPERF
hal_setup_keymap_SOURCES = hal-setup-keymap.c
nodist_hal_setup_keymap_SOURCES = hal-setup-keymap-hash-name.h
-hal_setup_keymap_LDADD = $(top_builddir)/libhal/libhal.la
+hal_setup_keymap_LDADD = $(top_builddir)/libhal/libhal.la @DBUS_LIBS@
endif #BUILD_KEYMAPS