summaryrefslogtreecommitdiffhomepage
path: root/project
diff options
context:
space:
mode:
Diffstat (limited to 'project')
-rw-r--r--project/common.mk1
-rw-r--r--project/headers.mk1
2 files changed, 2 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 \
diff --git a/project/headers.mk b/project/headers.mk
index 327e8e9..bb502bf 100644
--- a/project/headers.mk
+++ b/project/headers.mk
@@ -9,6 +9,7 @@ API_HEADERS = \
$(SOURCE_DIR)/include/$(PACKAGE)/./nt_blitter.h \
$(SOURCE_DIR)/include/$(PACKAGE)/./nt_compiler.h \
$(SOURCE_DIR)/include/$(PACKAGE)/./nt_crc32.h \
+ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_crc64.h \
$(SOURCE_DIR)/include/$(PACKAGE)/./nt_daemon.h \
$(SOURCE_DIR)/include/$(PACKAGE)/./nt_dalist.h \
$(SOURCE_DIR)/include/$(PACKAGE)/./nt_debug.h \