summaryrefslogtreecommitdiffhomepage
path: root/project/headers.mk
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-01-17 19:40:32 +0000
committermidipix <writeonce@midipix.org>2017-01-18 00:30:45 -0500
commit393c205aed99a73cb8ff984858f288f8cb901688 (patch)
tree0a9da201dff8413e2ea582ec01bc5075b1d9b217 /project/headers.mk
parent034d8a34fb0c1b049bb8cb5ea52868c4c6f47d5f (diff)
downloadpemagine-393c205aed99a73cb8ff984858f288f8cb901688.tar.bz2
pemagine-393c205aed99a73cb8ff984858f288f8cb901688.tar.xz
ldso: added pe_open_physical_parent_directory().
Diffstat (limited to 'project/headers.mk')
-rw-r--r--project/headers.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/project/headers.mk b/project/headers.mk
index 0863c1b..f9ee61d 100644
--- a/project/headers.mk
+++ b/project/headers.mk
@@ -14,6 +14,7 @@ API_HEADERS_NT64 = \
$(PROJECT_DIR)/include/$(PACKAGE)/bits/nt64/pe_inline_asm__msvc.h \
INTERNAL_HEADERS = \
- $(PROJECT_DIR)/src/internal/pe_impl.h
+ $(PROJECT_DIR)/src/internal/pe_impl.h \
+ $(PROJECT_DIR)/src/internal/pe_os.h \
ALL_HEADERS = $(API_HEADERS) $(INTERNAL_HEADERS) $(API_HEADERS_NT32) $(API_HEADERS_NT64)