mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-15 08:14:28 +08:00
Fix mcap INCLUDES variable
With the extra tab at the beginning of the line the includes are not found correctly.
This commit is contained in:
parent
e32375e831
commit
bccb8dd7f6
@ -362,7 +362,7 @@ INCLUDES = -I$(builddir)/lib -I$(builddir)/src -I$(srcdir)/src \
|
||||
-I$(srcdir)/attrib -I$(srcdir)/btio
|
||||
|
||||
if MCAP
|
||||
INCLUDES += -I$(builddir)/health
|
||||
INCLUDES += -I$(builddir)/health
|
||||
endif
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
|
Loading…
Reference in New Issue
Block a user