diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2011-04-29 14:31:53 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2011-04-29 14:31:53 +0200 |
commit | 07f1d2860e8ee393abaaead75a6ab3af0f10efbb (patch) | |
tree | 376dec693be8e255c51d427b09b3531e870cfca9 /Makefile.am | |
parent | d5d6a7f3040992f853eb23eb1bafac3b77891c2d (diff) |
delete hid2hci which moved to the bluez tree
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile.am b/Makefile.am index 9db127038c..63bd2bf329 100644 --- a/Makefile.am +++ b/Makefile.am @@ -613,17 +613,6 @@ libexec_PROGRAMS += extras/edd_id/edd_id dist_udevrules_DATA += extras/edd_id/61-persistent-storage-edd.rules endif -if ENABLE_HID2HCI -# ------------------------------------------------------------------------------ -# Bluetooth HID devices with special magic to switch the device -# ------------------------------------------------------------------------------ -extras_hid2hci_hid2hci_SOURCES = extras/hid2hci/hid2hci.c -extras_hid2hci_hid2hci_CPPFLAGS = $(AM_CPPFLAGS) $(LIBUSB_CFLAGS) -extras_hid2hci_hid2hci_LDADD = libudev/libudev-private.la $(LIBUSB_LIBS) -dist_udevrules_DATA += extras/hid2hci/70-hid2hci.rules -libexec_PROGRAMS += extras/hid2hci/hid2hci -endif - if ENABLE_ACTION_MODESWITCH # ------------------------------------------------------------------------------ # mobile-action-modeswitch - switch Mobile Action cables into serial mode |