aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-08-24 11:52:30 +0200
committerMattias Andrée <maandree@kth.se>2024-08-24 11:52:30 +0200
commitba0bbce290c3742843fb2e8a693d9060e71eeefb (patch)
tree83950d23e99a4ecaac2801ffedf87e52e3d77007 /Makefile
parentAdd libhashsum_hasher.algorithm_string (diff)
downloadlibhashsum-ba0bbce290c3742843fb2e8a693d9060e71eeefb.tar.gz
libhashsum-ba0bbce290c3742843fb2e8a693d9060e71eeefb.tar.bz2
libhashsum-ba0bbce290c3742843fb2e8a693d9060e71eeefb.tar.xz
Add libhashsum_init_hasher_from_string + m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index eb9004c..039c15b 100644
--- a/Makefile
+++ b/Makefile
@@ -63,6 +63,7 @@ LDFLAGS_FULL =\
OBJ =\
libhashsum_init_hasher.o\
+ libhashsum_init_hasher_from_string.o\
libhashsum_init_md2_hasher.o\
libhashsum_init_md4_hasher.o\
libhashsum_init_md5_hasher.o\