aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 42e324d..b51cf7f 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ include mk/$(OS).mk
LIB_MAJOR = 1
-LIB_MINOR = 0
+LIB_MINOR = 1
LIB_VERSION = $(LIB_MAJOR).$(LIB_MINOR)
LIB_NAME = recrypt
@@ -47,7 +47,8 @@ OBJ_PUBLIC =\
librecrypt_hash_binary.o\
librecrypt_hash.o\
librecrypt_crypt.o\
- librecrypt_add_algorithm.o
+ librecrypt_add_algorithm.o\
+ librecrypt_verify.o
OBJ_PRIVATE =\
librecrypt_algorithms_.o\