From fcaf1ef1d30bb90569bb434995b0dcc970d94d95 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 29 Sep 2019 13:19:42 +0200 Subject: [PATCH] Ship every include from DeforaOS libc This should help fix "make dist" but will also install the includes. --- src/lib/project.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/project.conf b/src/lib/project.conf index bf77474..4f10001 100644 --- a/src/lib/project.conf +++ b/src/lib/project.conf @@ -1,3 +1,4 @@ +subdirs=libc/include targets=libk as=$(CC) cc=$(CROSS)gcc