diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2005-06-21 16:43:47 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2005-06-21 16:43:47 +0000 |
commit | ba65f7a41c24a3161cceec9a55ed363dc835365d (patch) | |
tree | ce836662b35fa4f9662940ffb580d45014f681e8 /include/Makefile.am | |
parent | 631f20f4f87398b68b658acc3c374c6b36c1b7eb (diff) |
Remove hci_vhci.h header file
Diffstat (limited to 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 5710846d..c8a4973e 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -5,8 +5,8 @@ includedir = @includedir@/bluetooth include_HEADERS = \ - bluetooth.h hci.h hci_lib.h hci_uart.h hci_vhci.h \ - l2cap.h sco.h rfcomm.h sdp.h sdp_lib.h bnep.h cmtp.h hidp.h + bluetooth.h hci.h hci_lib.h hci_uart.h sco.h \ + l2cap.h rfcomm.h sdp.h sdp_lib.h bnep.h cmtp.h hidp.h MAINTAINERCLEANFILES = Makefile.in |