summaryrefslogtreecommitdiffstats
path: root/include/Makefile.am
diff options
context:
space:
mode:
authorMax Krasnyansky <maxk@qualcomm.com>2002-05-23 20:26:01 +0000
committerMax Krasnyansky <maxk@qualcomm.com>2002-05-23 20:26:01 +0000
commit4bbdd73f337a0e1f76597c93bb3bda99cea4a550 (patch)
tree3e7e6de0fe2b725c3809676a07b9796c94bef781 /include/Makefile.am
parent468f117f4ce1090cec1cc1928676c449434eb9a3 (diff)
Build env cleanup. Remove auto generated files from CVS.
Working 'make distcheck'.
Diffstat (limited to 'include/Makefile.am')
-rw-r--r--include/Makefile.am8
1 files changed, 2 insertions, 6 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 53b05244..f4a9f308 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -2,10 +2,6 @@
# $Id$
#
-hdrdir = $(prefix)/include/bluetooth
+includedir = @includedir@/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)
+include_HEADERS = bluetooth.h hci.h hci_lib.h hci_uart.h hci_vhci.h l2cap.h sco.h