blob: 2b0708bc098778cb65b1aa12acfc03454c318e74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
SUBDIRS = include lib doc \
sbc gdbus common hcid plugins \
network serial input audio \
tools rfcomm dund pand hidd \
cups test scripts
aclocaldir = $(datadir)/aclocal
aclocal_DATA = bluez.m4
EXTRA_DIST = $(aclocal_DATA)
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = bluez.pc
DISTCLEANFILES = $(pkgconfig_DATA)
MAINTAINERCLEANFILES = Makefile.in \
aclocal.m4 configure config.h.in config.sub config.guess \
ltmain.sh depcomp missing install-sh mkinstalldirs compile ylwrap
|