From af121719c99a99fc3444d181777a6177f0d59dba Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 27 May 2023 18:38:14 +0900 Subject: Conversion to cmake building system MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michele Calgaro Signed-off-by: Slávek Banko --- kernel/kls_ico/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel/kls_ico/Makefile.am') diff --git a/kernel/kls_ico/Makefile.am b/kernel/kls_ico/Makefile.am index d81b368..27167ee 100644 --- a/kernel/kls_ico/Makefile.am +++ b/kernel/kls_ico/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I../include +INCLUDES = -I../include $(all_includes) pkglib_LTLIBRARIES = libkls_ico.la -- cgit v1.2.1