mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 12:39:01 -04:00
Move header files to include/kore.
Mimics how the header files are installed on a system as PREFIX/include/kore. This is required for getting kodev to use the headers from the kore_source option instead of requiring the kore headers to be installed on the system even when building as a single_binary.
This commit is contained in:
parent
548068d2a0
commit
e6833a4892
2
Makefile
2
Makefile
@ -19,7 +19,7 @@ FEATURES_INC=
|
||||
|
||||
CFLAGS+=-Wall -Werror -Wstrict-prototypes -Wmissing-prototypes
|
||||
CFLAGS+=-Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual
|
||||
CFLAGS+=-Wsign-compare -Iincludes -std=c99 -pedantic
|
||||
CFLAGS+=-Wsign-compare -Iinclude/kore -std=c99 -pedantic
|
||||
CFLAGS+=-DPREFIX='"$(PREFIX)"' -fstack-protector-all
|
||||
LDFLAGS=-rdynamic -lssl -lcrypto
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user