summaryrefslogtreecommitdiffstats
path: root/include/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-07-26 18:40:43 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-07-26 18:40:43 +0200
commit9f6cffae412046530af84f6f751f3ff8bfb06af0 (patch)
tree3dd6d9d2b9a57734352bde9cc950f3c1abd24306 /include/Makefile.am
parentd7afe93cc74f5f29fac8b84dcff88beb945a16ce (diff)
parent9b58ef755fe8dabbd82a9a9f88e172b7b9d9222a (diff)
Import bluez-libs-3.36 revision history
Diffstat (limited to 'include/Makefile.am')
-rw-r--r--include/Makefile.am14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
new file mode 100644
index 00000000..992e987b
--- /dev/null
+++ b/include/Makefile.am
@@ -0,0 +1,14 @@
+
+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