From 8e9ea9b77e3c4eaf1f1813cfa1e275c7b7ef219a Mon Sep 17 00:00:00 2001 From: Max Krasnyansky Date: Fri, 17 May 2002 01:09:28 +0000 Subject: Fix "make dist" --- include/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/Makefile.am') 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) -- cgit