summaryrefslogtreecommitdiffstats
path: root/include/Makefile.am
blob: bdb5e9397fbd6be1c802a3e96354f7e2081521da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#  
#  $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

noinst_HEADERS = sdp_internal.h


all-local:
	@if [ ! -e bluetooth ] ; then ln -s $(top_srcdir)/include bluetooth ; fi

clean-local:
	@rm -f bluetooth