summaryrefslogtreecommitdiffstats
path: root/kernel/ksquirrel-libs
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-05-27 18:38:14 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-21 20:02:00 +0900
commitf378f80d41bd9f85f5473d1af5920d00377faab3 (patch)
tree47c83ff3040f2f5ccc9ce8f9219f0859882aaf09 /kernel/ksquirrel-libs
parent2a7760d9b697a6845c3f0256edc0aaef3a202295 (diff)
downloadlibksquirrel-f378f80d.tar.gz
libksquirrel-f378f80d.zip
Conversion to cmake building system
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit af121719c99a99fc3444d181777a6177f0d59dba)
Diffstat (limited to 'kernel/ksquirrel-libs')
-rw-r--r--kernel/ksquirrel-libs/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/ksquirrel-libs/Makefile.am b/kernel/ksquirrel-libs/Makefile.am
index 54258cb..a268c8a 100644
--- a/kernel/ksquirrel-libs/Makefile.am
+++ b/kernel/ksquirrel-libs/Makefile.am
@@ -1,8 +1,8 @@
-INCLUDES = -I../include
+INCLUDES = -I../include $(all_includes)
# create small development library. KSquirrel will use it.
lib_LTLIBRARIES = libksquirrel-libs.la
libksquirrel_libs_la_SOURCES = fileio.cpp fmt_utils.cpp
-libksquirrel_libs_la_LDFLAGS = ${SQ_RELEASE} \ No newline at end of file
+libksquirrel_libs_la_LDFLAGS = ${SQ_RELEASE}