diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-07-26 20:57:01 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-07-26 20:57:01 +0000 |
commit | 90a6c1b2e4b6f065bd2c134fa06fe93b174e094d (patch) | |
tree | 3332439a841a05bc6b5e211c60a7de98976cc3ca /tools/Makefile.am | |
parent | 9498ee036ed2fe8ade15c4973cb09976f74680dd (diff) |
Use the functions from the USB library
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index cdba20b4..ca0514ce 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -22,7 +22,9 @@ ciptool_LDADD = @BLUEZ_LIBS@ ppporc_LDADD = @BLUEZ_LIBS@ -AM_CFLAGS = @BLUEZ_CFLAGS@ +hid2hci_LDADD = @USB_LIBS@ + +AM_CFLAGS = @BLUEZ_CFLAGS@ @USB_CFLAGS@ man_MANS = hciattach.8 hciconfig.8 hid2hci.8 hcitool.1 l2ping.1 sdptool.1 ciptool.1 |