summaryrefslogtreecommitdiffhomepage
path: root/project/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'project/common.mk')
-rw-r--r--project/common.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/project/common.mk b/project/common.mk
index f8a5ce1..60c71f8 100644
--- a/project/common.mk
+++ b/project/common.mk
@@ -10,6 +10,7 @@ API_SRCS = \
src/headers/pe_get_image_section_tbl_addr.c \
src/headers/pe_get_image_special_hdr_addr.c \
src/imports/pe_enum_image_import_hdrs.c \
+ src/ldso/pe_open_physical_parent_directory.c \
src/meta/pe_get_image_stack_heap_info.c \
src/meta/pe_get_symbol_module_info.c \
src/meta/pe_get_symbol_name.c \
@@ -21,4 +22,4 @@ API_SRCS = \
INTERNAL_SRCS = \
src/internal/pe_entry_point.c \
-COMMON_SRCS = $(API_SRCS) $(INTERNAL_SRCS) \ No newline at end of file
+COMMON_SRCS = $(API_SRCS) $(INTERNAL_SRCS)