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:
Jan Engelhardt 2018-11-25 10:20:05 +01:00 committed by Luiz Augusto von Dentz
parent 8198a224ca
commit 3a74874c6d

View File

@ -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