summaryrefslogtreecommitdiffhomepage
path: root/project
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-05-06 08:55:29 -0400
committermidipix <writeonce@midipix.org>2016-11-10 23:35:43 -0500
commit8216f99bc4dfeb9dc079694e528566b8bf89438f (patch)
tree3f4590e3a21e8514d48b51b1718d33ff53db4c96 /project
parent60f46a42ac0b7e87a53e7cdd84186449abca2117 (diff)
downloadperk-8216f99bc4dfeb9dc079694e528566b8bf89438f.tar.bz2
perk-8216f99bc4dfeb9dc079694e528566b8bf89438f.tar.xz
internals: pe_little_endian_host(): initial implementation and integration.
Diffstat (limited to 'project')
-rw-r--r--project/headers.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/project/headers.mk b/project/headers.mk
index 6cc3657..5ffbebe 100644
--- a/project/headers.mk
+++ b/project/headers.mk
@@ -9,6 +9,7 @@ API_HEADERS = \
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)_output_impl.h \
$(PROJECT_DIR)/src/internal/$(PACKAGE)_reader_impl.h \