summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Krasnyansky <maxk@qualcomm.com>2002-05-27 02:25:33 +0000
committerMax Krasnyansky <maxk@qualcomm.com>2002-05-27 02:25:33 +0000
commit9bf1d0ca2ad3beefb98c8f1a08c8188dfaedf579 (patch)
treef7cdf5234fdc01829ea1ec62603b5d4ae000db81
parent4bbdd73f337a0e1f76597c93bb3bda99cea4a550 (diff)
Libtoolize and fix top level build.
Make cleanup.
-rw-r--r--Makefile.am2
-rw-r--r--include/Makefile.am7
2 files changed, 8 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d00fd392..bc2d6cb2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@
# $Id$
#
-SUBDIRS = include src
+SUBDIRS := include src
DISTCLEANFILES = conftest.c conftest
diff --git a/include/Makefile.am b/include/Makefile.am
index f4a9f308..794a4c55 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -5,3 +5,10 @@
includedir = @includedir@/bluetooth
include_HEADERS = bluetooth.h hci.h hci_lib.h hci_uart.h hci_vhci.h l2cap.h sco.h
+
+bluetooth:
+ ln -s . bluetooth
+
+all-local: bluetooth
+clean-local:
+ rm -f bluetooth