summaryrefslogtreecommitdiffhomepage
path: root/project
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-10-24 19:13:55 -0400
committermidipix <writeonce@midipix.org>2016-11-10 23:35:52 -0500
commitdb655ef1d5f9e9c4448d2211412ade66c6e98a16 (patch)
tree9b168a44e745318e04abee58e3cabef7c7c55a1e /project
parentbc24681ca896900e9b61a2aa6d26b467f038815b (diff)
downloadperk-db655ef1d5f9e9c4448d2211412ade66c6e98a16.tar.bz2
perk-db655ef1d5f9e9c4448d2211412ade66c6e98a16.tar.xz
internals: error trace implementation: added pe_record_error().
Diffstat (limited to 'project')
-rw-r--r--project/common.mk1
-rw-r--r--project/headers.mk1
2 files changed, 2 insertions, 0 deletions
diff --git a/project/common.mk b/project/common.mk
index ed87f9a..3857c62 100644
--- a/project/common.mk
+++ b/project/common.mk
@@ -2,6 +2,7 @@ COMMON_SRCS = \
src/driver/pe_amain.c \
src/driver/pe_driver_ctx.c \
src/driver/pe_unit_ctx.c \
+ src/internal/perk_errinfo_impl.c \
src/logic/pe_get_image_meta.c \
src/logic/pe_map_raw_image.c \
src/output/pe_output_export_symbols.c \
diff --git a/project/headers.mk b/project/headers.mk
index 5ffbebe..705f2d3 100644
--- a/project/headers.mk
+++ b/project/headers.mk
@@ -10,6 +10,7 @@ INTERNAL_HEADERS = \
$(PROJECT_DIR)/src/internal/argv/argv.h \
$(PROJECT_DIR)/src/internal/$(PACKAGE)_driver_impl.h \
$(PROJECT_DIR)/src/internal/$(PACKAGE)_endian_impl.h \
+ $(PROJECT_DIR)/src/internal/$(PACKAGE)_errinfo_impl.h \
$(PROJECT_DIR)/src/internal/$(PACKAGE)_output_impl.h \
$(PROJECT_DIR)/src/internal/$(PACKAGE)_reader_impl.h \