mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-17 09:14:32 +08:00
15 lines
306 B
Makefile
15 lines
306 B
Makefile
|
|
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
|