This change is similar to commit 5.50-130-g78bce4800 and does the same, but for includedir. --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index d4f4572d5..e63c72def 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 -- 2.19.1