mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-15 08:14:28 +08:00
Improve build system
This commit is contained in:
parent
6c33a52af7
commit
00eb768523
@ -11,7 +11,7 @@ pkgconfigdir = $(libdir)/pkgconfig
|
||||
|
||||
pkgconfig_DATA = bluez.pc
|
||||
|
||||
DISTCLEANFILES = bluez.pc
|
||||
DISTCLEANFILES = $(pkgconfig_DATA)
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in \
|
||||
aclocal.m4 configure config.h.in config.sub config.guess \
|
||||
|
@ -6,6 +6,5 @@ includedir=@includedir@
|
||||
Name: BlueZ
|
||||
Description: Bluetooth protocol stack for Linux
|
||||
Version: @VERSION@
|
||||
Requires:
|
||||
Libs: -L${libdir} -lbluetooth
|
||||
Cflags: -I${includedir}
|
||||
|
Loading…
Reference in New Issue
Block a user