blob: 2b9deb5084659238182567877fa3444cb2101492 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
SUBDIRS = include lib sbc gdbus common src \
plugins network serial input audio \
tools rfcomm compat cups test scripts doc
EXTRA_DIST = bluez.m4
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
|