summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMax Krasnyansky <maxk@qualcomm.com>2002-05-17 01:09:28 +0000
committerMax Krasnyansky <maxk@qualcomm.com>2002-05-17 01:09:28 +0000
commit8e9ea9b77e3c4eaf1f1813cfa1e275c7b7ef219a (patch)
treec1128cdbc3f0b22705355345ab82b56ef137f480 /include
parent49599e0272bcb717a3919ead8147450f2cbe2d99 (diff)
Fix "make dist"
Diffstat (limited to 'include')
-rw-r--r--include/Makefile.am2
-rw-r--r--include/Makefile.in6
2 files changed, 8 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)
diff --git a/include/Makefile.in b/include/Makefile.in
index 5a8de87a..78aa59f9 100644
--- a/include/Makefile.in
+++ b/include/Makefile.in
@@ -61,8 +61,12 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
+build_alias = @build_alias@
+build_triplet = @build@
host_alias = @host_alias@
host_triplet = @host@
+target_alias = @target_alias@
+target_triplet = @target@
AR = @AR@
AS = @AS@
CC = @CC@
@@ -81,6 +85,8 @@ STRIP = @STRIP@
VERSION = @VERSION@
hdrdir = $(prefix)/include/bluetooth
+
+EXTRA_DIST = bluetooth.h hci.h hci_lib.h hci_uart.h hci_vhci.h l2cap.h sco.h
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_CLEAN_FILES =
DIST_COMMON = Makefile.am Makefile.in