~ubuntu-branches/ubuntu/wily/bluez/wily

« back to all changes in this revision

Viewing changes to include/Makefile.am

ImportĀ upstreamĀ versionĀ 4.81

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
includedir = @includedir@/bluetooth
3
 
 
4
 
include_HEADERS = \
5
 
        bluetooth.h hci.h hci_lib.h sco.h l2cap.h \
6
 
        sdp.h sdp_lib.h rfcomm.h bnep.h cmtp.h hidp.h
7
 
 
8
 
MAINTAINERCLEANFILES = Makefile.in
9
 
 
10
 
all-local:
11
 
        @if [ ! -e bluetooth ] ; then $(LN_S) $(top_srcdir)/include bluetooth ; fi
12
 
 
13
 
clean-local:
14
 
        @rm -f bluetooth