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

hdrdir = $(prefix)/include/bluetooth

install-data-local:
	$(mkinstalldirs) $(DESTDIR)$(hdrdir)
	$(INSTALL) -m 644 $(srcdir)/*.h $(DESTDIR)$(hdrdir)