From 93d2ad4531407f60a8b12c2a41c2653c8c372ff9 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 25 Nov 2018 10:20:05 +0100 Subject: [PATCH] build: rename includedir to pkgincludedir This change is similar to commit 5.50-130-g78bce4800 and does the same, but for includedir. Change-Id: Ie9601a14e5375a5974f0a5f846dea5608f93786e Signed-off-by: himanshu --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 031cc45..ac47219 100755 --- a/Makefile.am +++ b/Makefile.am @@ -23,9 +23,9 @@ libexecdir = @libexecdir@/bluetooth libexec_PROGRAMS = -includedir = @includedir@/bluetooth +pkgincludedir = @includedir@/bluetooth -include_HEADERS = +pkginclude_HEADERS = AM_CFLAGS = $(WARNING_CFLAGS) $(MISC_CFLAGS) $(ell_cflags) AM_LDFLAGS = $(MISC_LDFLAGS) @@ -75,7 +75,7 @@ local_headers = $(foreach file,$(lib_headers), lib/bluetooth/$(notdir $(file))) BUILT_SOURCES = $(local_headers) $(ell_built_sources) src/builtin.h if LIBRARY -include_HEADERS += $(lib_headers) +pkginclude_HEADERS += $(lib_headers) lib_LTLIBRARIES += lib/libbluetooth.la -- 2.7.4