diff options
author | Max Krasnyansky <maxk@qualcomm.com> | 2002-05-17 01:09:28 +0000 |
---|---|---|
committer | Max Krasnyansky <maxk@qualcomm.com> | 2002-05-17 01:09:28 +0000 |
commit | 8e9ea9b77e3c4eaf1f1813cfa1e275c7b7ef219a (patch) | |
tree | c1128cdbc3f0b22705355345ab82b56ef137f480 /include/Makefile.am | |
parent | 49599e0272bcb717a3919ead8147450f2cbe2d99 (diff) |
Fix "make dist"
Diffstat (limited to 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 2 |
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) |