summaryrefslogtreecommitdiff
path: root/plugins/apihashing/python/classics/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2023-10-18 20:27:58 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2023-10-18 20:27:58 (GMT)
commite42109df9964b153a80ec65a5f1badc02bfb8fa6 (patch)
tree2e175960e2f023fef46be3c7f4adc58c9311c45c /plugins/apihashing/python/classics/Makefile.am
parent3402b000429c6189b0103ed549edd811d68e7d5e (diff)
Add support for the crc32 checksum.
Diffstat (limited to 'plugins/apihashing/python/classics/Makefile.am')
-rw-r--r--plugins/apihashing/python/classics/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/apihashing/python/classics/Makefile.am b/plugins/apihashing/python/classics/Makefile.am
index e3dbc7e..316e13f 100644
--- a/plugins/apihashing/python/classics/Makefile.am
+++ b/plugins/apihashing/python/classics/Makefile.am
@@ -2,6 +2,7 @@
noinst_LTLIBRARIES = libapihashingpythonclassics.la
libapihashingpythonclassics_la_SOURCES = \
+ crc32.h crc32.c \
djb2.h djb2.c \
module.h module.c \
ror13.h ror13.c