summaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2011-04-29 00:32:25 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2011-05-02 09:23:34 -0700
commit9fc7474d89de7a3095e9f3d2f3db85ff0c4d1cd2 (patch)
tree030815cfa9c6e2b332e9a2d9f35fe82a0603d320 /Makefile.tools
parente6c56d4e712a70c40139e2e9e3b91fde858a482c (diff)
Move hid2hci to /lib/udev
Diffstat (limited to 'Makefile.tools')
-rw-r--r--Makefile.tools4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.tools b/Makefile.tools
index 1bf21b27..bec10b54 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -100,7 +100,9 @@ EXTRA_DIST += tools/bccmd.8
endif
if HID2HCI
-sbin_PROGRAMS += tools/hid2hci
+udevdir = @UDEV_DIR@
+
+udev_PROGRAMS = tools/hid2hci
tools_hid2hci_LDADD = @USB_LIBS@ @UDEV_LIBS@