summaryrefslogtreecommitdiffstats
path: root/include/Makefile.am
diff options
context:
space:
mode:
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