summaryrefslogtreecommitdiffhomepage
path: root/project
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2025-05-30 22:45:18 +0000
committermidipix <writeonce@midipix.org>2025-05-30 23:44:13 +0000
commitd2434891f37ef9592fa2e6b606d4a4411500d94b (patch)
treec79ea8f260acaeae7fba92ba0e21947384883e17 /project
parent9e2275f12aea1d90c206ea597f42cdd82f9a38ae (diff)
downloadperk-d2434891f37ef9592fa2e6b606d4a4411500d94b.tar.bz2
perk-d2434891f37ef9592fa2e6b606d4a4411500d94b.tar.xz
library api: _info_ (image abi and framework info) namespace overhaul.
Diffstat (limited to 'project')
-rw-r--r--project/common.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/project/common.mk b/project/common.mk
index 24ecfad..ef923e4 100644
--- a/project/common.mk
+++ b/project/common.mk
@@ -15,10 +15,10 @@ API_SRCS = \
src/hexdump/pe_hexdump_coff_object_hdr.c \
src/hexdump/pe_hexdump_coff_opt_hdr.c \
src/hexdump/pe_hexdump_sec_tbl.c \
- src/info/pe_get_image_abi.c \
- src/info/pe_get_image_framework.c \
- src/info/pe_get_image_subsystem.c \
- src/info/pe_get_image_subtype.c \
+ src/info/pe_info_get_image_abi.c \
+ src/info/pe_info_get_image_framework.c \
+ src/info/pe_info_get_image_subsystem.c \
+ src/info/pe_info_get_image_subtype.c \
src/logic/pe_get_image_meta.c \
src/logic/pe_map_raw_image.c \
src/output/pe_output_error.c \