summaryrefslogtreecommitdiffstats
path: root/include/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'include/Makefile.am')
-rw-r--r--include/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index dceb3447..53b05244 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -4,6 +4,8 @@
hdrdir = $(prefix)/include/bluetooth
+EXTRA_DIST = bluetooth.h hci.h hci_lib.h hci_uart.h hci_vhci.h l2cap.h sco.h
+
install-data-local:
$(mkinstalldirs) $(DESTDIR)$(hdrdir)
$(INSTALL) -m 644 $(srcdir)/*.h $(DESTDIR)$(hdrdir)