summaryrefslogtreecommitdiffhomepage
path: root/project/headers.mk
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-05-20 21:59:12 +0000
committermidipix <writeonce@midipix.org>2018-05-21 02:23:31 -0400
commitda20d860b28d7b3c1085964b784f58772c7ba263 (patch)
treeb16570e9188530ddd04537e0486542a64dc8102e /project/headers.mk
parentc59ae6812f148839a5d07e1dd266c12fa7f3b2f5 (diff)
downloadntux-da20d860b28d7b3c1085964b784f58772c7ba263.tar.bz2
ntux-da20d860b28d7b3c1085964b784f58772c7ba263.tar.xz
driver & output: error info vector, error strings: initial implementation.
Diffstat (limited to 'project/headers.mk')
-rw-r--r--project/headers.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/project/headers.mk b/project/headers.mk
index c47901c..05d9d25 100644
--- a/project/headers.mk
+++ b/project/headers.mk
@@ -5,8 +5,10 @@ API_HEADERS = \
INTERNAL_HEADERS = \
$(SOURCE_DIR)/src/internal/argv/argv.h \
$(SOURCE_DIR)/src/internal/$(PACKAGE)_driver_impl.h \
+ $(SOURCE_DIR)/src/internal/$(PACKAGE)_errinfo_impl.h \
$(SOURCE_DIR)/src/internal/$(PACKAGE)_init_impl.h \
$(SOURCE_DIR)/src/internal/$(PACKAGE)_memfn_impl.h \
$(SOURCE_DIR)/src/internal/$(PACKAGE)_nolibc_impl.h \
+ $(SOURCE_DIR)/src/internal/$(PACKAGE)_strerr_impl.h \
ALL_HEADERS = $(API_HEADERS) $(INTERNAL_HEADERS)