bluez/include/Makefile.am
2005-10-29 19:25:42 +00:00

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