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:
parent
e690660b74
commit
b05088a861
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in New Issue