From b05088a8616886768580726df7f4a07f6f2426e5 Mon Sep 17 00:00:00 2001 From: Christophe de Dinechin Date: Fri, 26 Nov 2021 17:28:45 +0100 Subject: [PATCH] install: Move .c files under /usr/share instead of /usr/include We cannot really put .c files under /usr/include, move them under /usr/share. Signed-off-by: Christophe de Dinechin --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5bb5ed2..dd9312e 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ TESTS=example/ # We override the 'config' installable for config sources, # whereas for most packages, it is for configuration files. PACKAGE_DIR.config=$(PACKAGE_DIR)config/ -PREFIX.config=$(PREFIX.header) +PREFIX.config=$(PREFIX.share) # Make sure we generate the config.system MIQ_MAKEFILE_INSTALL=yes