summaryrefslogtreecommitdiffhomepage
path: root/project
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-11-03 23:20:41 -0400
committermidipix <writeonce@midipix.org>2018-11-20 20:25:15 -0500
commitb73ae8503fd4afff6821e3bed84d408e1f8a3f0c (patch)
tree166c49bbdce0804e0e6469fe0e43a81c1df80e40 /project
parentc13a6ba2bc291473d5e72d5a33bc9fb8cfc3ce2e (diff)
downloadperk-b73ae8503fd4afff6821e3bed84d408e1f8a3f0c.tar.bz2
perk-b73ae8503fd4afff6821e3bed84d408e1f8a3f0c.tar.xz
internals: added pe_output_hex_{header|footer}(), pe_output_raw_element().
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 09d2d34..d71c08b 100644
--- a/project/common.mk
+++ b/project/common.mk
@@ -28,6 +28,7 @@ API_SRCS = \
INTERNAL_SRCS = \
src/internal/$(PACKAGE)_dprintf_impl.c \
src/internal/$(PACKAGE)_errinfo_impl.c \
+ src/internal/$(PACKAGE)_hdrdump_impl.c \
APP_SRCS = \
src/perk.c
diff --git a/project/headers.mk b/project/headers.mk
index f82d46c..ec29174 100644
--- a/project/headers.mk
+++ b/project/headers.mk
@@ -12,6 +12,7 @@ INTERNAL_HEADERS = \
$(SOURCE_DIR)/src/internal/$(PACKAGE)_driver_impl.h \
$(SOURCE_DIR)/src/internal/$(PACKAGE)_endian_impl.h \
$(SOURCE_DIR)/src/internal/$(PACKAGE)_errinfo_impl.h \
+ $(SOURCE_DIR)/src/internal/$(PACKAGE)_hdrdump_impl.h \
$(SOURCE_DIR)/src/internal/$(PACKAGE)_reader_impl.h \
ALL_HEADERS = $(API_HEADERS) $(INTERNAL_HEADERS)