summaryrefslogtreecommitdiffhomepage
path: root/project/common.mk
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-05-25 12:20:51 +0000
committermidipix <writeonce@midipix.org>2019-05-25 22:21:45 -0400
commita7ffe354b225db0b2712af41ea82743fb07758ca (patch)
treea9454d52383574ef94763b0f1303fe0319d6e6e8 /project/common.mk
parent1c3ec496b1b788c1b83d5a187e82b45c0bd204f2 (diff)
downloadntapi-a7ffe354b225db0b2712af41ea82743fb07758ca.tar.bz2
ntapi-a7ffe354b225db0b2712af41ea82743fb07758ca.tar.xz
internals: renamed nt_debug.h --> nt_log.h, renamed interfaces accordingly.
Diffstat (limited to 'project/common.mk')
-rw-r--r--project/common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/common.mk b/project/common.mk
index ffd7376..19b6cf9 100644
--- a/project/common.mk
+++ b/project/common.mk
@@ -28,8 +28,8 @@ COMMON_SRCS = \
src/hash/ntapi_tt_crc64.c \
src/hash/ntapi_tt_populate_hashed_import_table.c \
src/internal/ntapi.c \
- src/internal/ntapi_debug.c \
src/internal/ntapi_entry_point.c \
+ src/internal/ntapi_log.c \
src/internal/ntapi_open.c \
src/ipc/ntapi_ipc_connect.c \
src/ipc/ntapi_ipc_create_pipe_v1.c \