summaryrefslogtreecommitdiffstats
path: root/include/Makefile.am
blob: ab67cf59fed8e9c219a90e7649ce4d2a3962b90d (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 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