commit 421dfff311ecfeec15f0a99ceceda7c0e63124b8
parent a6d0a4604eaef3a6e27135a2081adf161c06d3d9
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Mon, 15 Dec 2025 10:42:48 +0100
Fix the installation directory of the header file
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.mk b/config.mk
@@ -9,7 +9,7 @@ BUILD_TYPE = RELEASE
BINPREFIX = $(PREFIX)/bin
LIBPREFIX = $(PREFIX)/lib
-INCPREFIX = $(PREFIX)/include/stardis
+INCPREFIX = $(PREFIX)/include
MANPREFIX = $(PREFIX)/share/man
# Enable building and installation of additional utilities