mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-15 00:04:29 +08:00
build: rename includedir to pkgincludedir
This change is similar to commit 5.50-130-g78bce4800 and does the same, but for includedir.
This commit is contained in:
parent
8198a224ca
commit
3a74874c6d
@ -23,9 +23,9 @@ pkglibexecdir = @libexecdir@/bluetooth
|
||||
|
||||
libexec_PROGRAMS =
|
||||
|
||||
includedir = @includedir@/bluetooth
|
||||
pkgincludedir = @includedir@/bluetooth
|
||||
|
||||
include_HEADERS =
|
||||
pkginclude_HEADERS =
|
||||
|
||||
AM_CFLAGS = $(WARNING_CFLAGS) $(MISC_CFLAGS)
|
||||
AM_LDFLAGS = $(MISC_LDFLAGS)
|
||||
@ -75,7 +75,7 @@ local_headers = $(foreach file,$(lib_headers), lib/bluetooth/$(notdir $(file)))
|
||||
BUILT_SOURCES = $(local_headers) src/builtin.h
|
||||
|
||||
if LIBRARY
|
||||
include_HEADERS += $(lib_headers)
|
||||
pkginclude_HEADERS += $(lib_headers)
|
||||
|
||||
lib_LTLIBRARIES += lib/libbluetooth.la
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user