mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-17 09:14:32 +08:00
18 lines
425 B
Makefile
18 lines
425 B
Makefile
|
|
SUBDIRS = include lib sbc gdbus common plugins src client\
|
|
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 compile missing install-sh mkinstalldirs ylwrap
|
|
|