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 <christophe@dinechin.org>
This commit is contained in:
Christophe de Dinechin 2021-11-26 17:28:45 +01:00
parent e690660b74
commit b05088a861
1 changed files with 1 additions and 1 deletions

View File

@ -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