diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-03-31 16:35:56 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-03-31 16:35:56 +0000 |
commit | ca16ae22dd4542899a4a8c9a843fc6f7e72dbab4 (patch) | |
tree | 1f00cde1485077a8f7c77436a723c037765adca4 /include/Makefile.am | |
parent | 0739c996ec7922df5559b72cd8e7683422700180 (diff) |
Add header files of the SDP library
Diffstat (limited to 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 27a769fa..f615705a 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -4,7 +4,7 @@ includedir = @includedir@/bluetooth -include_HEADERS = bluetooth.h hci.h hci_lib.h hci_uart.h hci_vhci.h l2cap.h sco.h rfcomm.h +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 sdp_internal.h bluetooth: ln -s . bluetooth |