summaryrefslogtreecommitdiffhomepage
path: root/project
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-01-29 02:31:00 +0000
committermidipix <writeonce@midipix.org>2017-01-28 21:54:03 -0500
commit8bf8b6bb6a1866d8a2cac15c745cbe6fdb04e63c (patch)
tree7db8c29e2e4ec0852130dc23f1db5b533cd5cb37 /project
parentdd1a85ac7ce0c3e2aa16243c73a9aaae7da384fb (diff)
downloadpemagine-8bf8b6bb6a1866d8a2cac15c745cbe6fdb04e63c.tar.bz2
pemagine-8bf8b6bb6a1866d8a2cac15c745cbe6fdb04e63c.tar.xz
ldso: added pe_ldso.h to ensure namespace isolation in hosted executables.
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 f9ee61d..a01f02c 100644
--- a/project/headers.mk
+++ b/project/headers.mk
@@ -3,6 +3,7 @@ API_HEADERS = \
$(PROJECT_DIR)/include/$(PACKAGE)/pe_api.h \
$(PROJECT_DIR)/include/$(PACKAGE)/pe_consts.h \
$(PROJECT_DIR)/include/$(PACKAGE)/pe_inline_asm.h \
+ $(PROJECT_DIR)/include/$(PACKAGE)/pe_ldso.h \
$(PROJECT_DIR)/include/$(PACKAGE)/pe_structs.h \
API_HEADERS_NT32 = \