diff options
Diffstat (limited to 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 14 |
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 |