diff options
author | midipix <writeonce@midipix.org> | 2016-10-25 22:43:49 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-10-25 22:47:15 -0400 |
commit | d413d68bcd714151b5bd064896e4ea61707b9833 (patch) | |
tree | 467fc99b76612bc4709ac00ec91b3ee8b84dc322 /project | |
parent | 39a81cdd7d7b44330451eefaf6daaac80fa8afa9 (diff) | |
download | sofort-d413d68bcd714151b5bd064896e4ea61707b9833.tar.bz2 sofort-d413d68bcd714151b5bd064896e4ea61707b9833.tar.xz |
internals: error trace implementation: added sfrt_record_error().
Diffstat (limited to 'project')
-rw-r--r-- | project/common.mk | 1 | ||||
-rw-r--r-- | project/headers.mk | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/project/common.mk b/project/common.mk index 5f11b1b..9eb2105 100644 --- a/project/common.mk +++ b/project/common.mk @@ -2,6 +2,7 @@ COMMON_SRCS = \ src/driver/sfrt_amain.c \ src/driver/sfrt_driver_ctx.c \ src/driver/sfrt_unit_ctx.c \ + src/internal/sofort_errinfo_impl.c \ src/logic/sfrt_map_input.c \ src/output/sfrt_output_address.c \ src/output/sfrt_output_dummy.c \ 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) |