diff options
author | midipix <writeonce@midipix.org> | 2025-06-07 23:56:33 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2025-06-07 23:59:38 +0000 |
commit | 96b212e784a627eae566a886efdfd3e8e6788823 (patch) | |
tree | c095824c9f17e33d204ccd99c433e66845837313 /project/headers.mk | |
parent | f6a85b37d49ff91ca871f797afaad0ab9da95c6c (diff) | |
download | perk-96b212e784a627eae566a886efdfd3e8e6788823.tar.bz2 perk-96b212e784a627eae566a886efdfd3e8e6788823.tar.xz |
low-level api: incorporate the framework's crc32 and crc64 interfaces.
Diffstat (limited to 'project/headers.mk')
-rw-r--r-- | project/headers.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/project/headers.mk b/project/headers.mk index e87271b..58aadfb 100644 --- a/project/headers.mk +++ b/project/headers.mk @@ -3,6 +3,8 @@ API_HEADERS = \ $(SOURCE_DIR)/include/$(PACKAGE)/perk_api.h \ $(SOURCE_DIR)/include/$(PACKAGE)/perk_arbits.h \ $(SOURCE_DIR)/include/$(PACKAGE)/perk_consts.h \ + $(SOURCE_DIR)/include/$(PACKAGE)/perk_crc32.h \ + $(SOURCE_DIR)/include/$(PACKAGE)/perk_crc64.h \ $(SOURCE_DIR)/include/$(PACKAGE)/perk_meta.h \ $(SOURCE_DIR)/include/$(PACKAGE)/perk_output.h \ $(SOURCE_DIR)/include/$(PACKAGE)/perk_structs.h |