aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-09-12 17:58:24 +0200
committerMattias Andrée <maandree@kth.se>2024-09-12 17:58:24 +0200
commit833db35626bc6a57a21529c31605540ce1337686 (patch)
treebe537e4b5ba5d7abf79d9cdb1b611ce58b18e80c /Makefile
parentAdd relative_performance (diff)
downloadlibhashsum-833db35626bc6a57a21529c31605540ce1337686.tar.gz
libhashsum-833db35626bc6a57a21529c31605540ce1337686.tar.bz2
libhashsum-833db35626bc6a57a21529c31605540ce1337686.tar.xz
Replace relative_performance with libhashsum_get_relative_performance
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 603e094..e0415b1 100644
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,7 @@ OBJ_PUBLIC =\
libhashsum_init_hasher.o\
libhashsum_get_algorithm_from_string.o\
libhashsum_init_hasher_from_string.o\
+ libhashsum_get_relative_performance.o\
libhashsum_init_md2_hasher.o\
libhashsum_init_md4_hasher.o\
libhashsum_init_md5_hasher.o\