blob: 992e987b068a75f4c242b819cb996b68e49a972f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
includedir = @includedir@/bluetooth
include_HEADERS = \
bluetooth.h hci.h hci_lib.h sco.h l2cap.h \
sdp.h sdp_lib.h rfcomm.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
|