summaryrefslogtreecommitdiffhomepage
path: root/project/headers.mk
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2015-12-17 05:35:22 -0500
committermidipix <writeonce@midipix.org>2016-11-11 00:22:29 -0500
commitc19325c2855fc29fcf05c57e537e14ec342b179c (patch)
treed5db31c5a6cdb685844f1c258db3572a2f647aa6 /project/headers.mk
parentcde03b7121400bd61167e8db5303b3cd0ff03a0c (diff)
downloadmdso-c19325c2855fc29fcf05c57e537e14ec342b179c.tar.bz2
mdso-c19325c2855fc29fcf05c57e537e14ec342b179c.tar.xz
added low-level crc interfaces.
Diffstat (limited to 'project/headers.mk')
-rw-r--r--project/headers.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/project/headers.mk b/project/headers.mk
index 5058661..8cf926a 100644
--- a/project/headers.mk
+++ b/project/headers.mk
@@ -1,6 +1,8 @@
API_HEADERS = \
$(PROJECT_DIR)/include/$(PACKAGE)/mdso.h \
$(PROJECT_DIR)/include/$(PACKAGE)/mdso_api.h \
+ $(PROJECT_DIR)/include/$(PACKAGE)/mdso_crc32.h \
+ $(PROJECT_DIR)/include/$(PACKAGE)/mdso_crc64.h \
INTERNAL_HEADERS = \
$(PROJECT_DIR)/src/internal/argv/argv.h \