From 90a6c1b2e4b6f065bd2c134fa06fe93b174e094d Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 26 Jul 2004 20:57:01 +0000 Subject: Use the functions from the USB library --- tools/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tools/Makefile.am') 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 -- cgit