summaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2011-04-28 11:08:47 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2011-04-28 12:54:31 -0700
commit94b0a8f405a591e6b082589e3f06ec9db747af31 (patch)
tree60dff402a55ffb2e0163e4728953ffa341037379 /Makefile.tools
parent36cd74bfa743d3d9661306834f625396f3e98d87 (diff)
Update hid2hci tool from udev codebase
Diffstat (limited to 'Makefile.tools')
-rw-r--r--Makefile.tools2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tools b/Makefile.tools
index 364db377..1bf21b27 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -102,7 +102,7 @@ endif
if HID2HCI
sbin_PROGRAMS += tools/hid2hci
-tools_hid2hci_LDADD = @USB_LIBS@
+tools_hid2hci_LDADD = @USB_LIBS@ @UDEV_LIBS@
dist_man_MANS += tools/hid2hci.8
else