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.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/Makefile.in') 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 -- cgit