blob: 5710846dac238da6858bf3c120b0f5283c5f99d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#
# $Id$
#
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
MAINTAINERCLEANFILES = Makefile.in
all-local:
@if [ ! -e bluetooth ] ; then $(LN_S) $(top_srcdir)/include bluetooth ; fi
clean-local:
@rm -f bluetooth
|