summaryrefslogtreecommitdiffstats
path: root/include/Makefile.am
blob: 53b0524478598c907645444811e7900bee8e128a (plain)
1
2
3
4
5
6
7
8
9
10
11
#  
#  $Id$
#

hdrdir = $(prefix)/include/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)