summaryrefslogtreecommitdiffhomepage
path: root/project/common.mk
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-02-02 22:48:07 -0500
committermidipix <writeonce@midipix.org>2017-02-02 22:48:07 -0500
commit2653052944aef689484299c3f257db993dda106d (patch)
treec51e8ab2a1a206b4581a5e156681b458bd668cee /project/common.mk
parent85b39215b7264022460d3895e755e337485807b8 (diff)
downloadntapi-2653052944aef689484299c3f257db993dda106d.tar.bz2
ntapi-2653052944aef689484299c3f257db993dda106d.tar.xz
added crc64 definitions and interfaces.
Diffstat (limited to 'project/common.mk')
-rw-r--r--project/common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/project/common.mk b/project/common.mk
index ef8b350..e04e1f3 100644
--- a/project/common.mk
+++ b/project/common.mk
@@ -17,6 +17,7 @@ COMMON_SRCS = \
src/fs/ntapi_tt_statfs.c \
src/guid/ntapi_tt_guid.c \
src/hash/ntapi_tt_crc32.c \
+ src/hash/ntapi_tt_crc64.c \
src/hash/ntapi_tt_populate_hashed_import_table.c \
src/internal/ntapi.c \
src/internal/ntapi_debug.c \