From 9bf1d0ca2ad3beefb98c8f1a08c8188dfaedf579 Mon Sep 17 00:00:00 2001 From: Max Krasnyansky Date: Mon, 27 May 2002 02:25:33 +0000 Subject: Libtoolize and fix top level build. Make cleanup. --- include/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include') 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 -- cgit