aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6a4b01c..a05adac 100644
--- a/Makefile
+++ b/Makefile
@@ -68,7 +68,9 @@ OBJ_PUBLIC =\
libhashsum_init_blake384_hasher.o\
libhashsum_init_blake512_hasher.o\
libhashsum_init_blakeb_hasher.o\
- libhashsum_init_blake_hasher.o
+ libhashsum_init_blake_hasher.o\
+ libhashsum_init_blake2s_hasher.o\
+ libhashsum_init_blake2b_hasher.o
OBJ_HIDDEN =\
libhashsum_reverse_byte__.o\