summaryrefslogtreecommitdiff
path: root/project/headers.mk
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-10-25 22:43:49 -0400
committermidipix <writeonce@midipix.org>2016-10-25 22:47:15 -0400
commitd413d68bcd714151b5bd064896e4ea61707b9833 (patch)
tree467fc99b76612bc4709ac00ec91b3ee8b84dc322 /project/headers.mk
parent39a81cdd7d7b44330451eefaf6daaac80fa8afa9 (diff)
downloadsofort-d413d68bcd714151b5bd064896e4ea61707b9833.tar.bz2
sofort-d413d68bcd714151b5bd064896e4ea61707b9833.tar.xz
internals: error trace implementation: added sfrt_record_error().
Diffstat (limited to 'project/headers.mk')
-rw-r--r--project/headers.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/project/headers.mk b/project/headers.mk
index 1fb0cd2..60a7eb3 100644
--- a/project/headers.mk
+++ b/project/headers.mk
@@ -5,5 +5,6 @@ API_HEADERS = \
INTERNAL_HEADERS = \
$(PROJECT_DIR)/src/internal/argv/argv.h \
$(PROJECT_DIR)/src/internal/$(PACKAGE)_driver_impl.h \
+ $(PROJECT_DIR)/src/internal/$(PACKAGE)_errinfo_impl.h \
ALL_HEADERS = $(API_HEADERS) $(INTERNAL_HEADERS)