summaryrefslogtreecommitdiffhomepage
path: root/project/headers.mk
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/headers.mk
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/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 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)