From 0b6febadb714c3d5a62779fef076d88f066a61ba Mon Sep 17 00:00:00 2001 From: jhurst Date: Wed, 15 Jul 2020 13:23:19 -0700 Subject: replaced openssl dependency with internal SHA-1 API --- src/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 7768b39..b205871 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -50,6 +50,7 @@ include_HEADERS = \ KM_mutex.h \ KM_platform.h \ KM_prng.h \ + KM_sha1.h \ KM_util.h \ KM_tai.h \ KM_xml.h \ @@ -102,7 +103,8 @@ endif # sources for kumu library libkumu_la_SOURCES = KM_error.h KM_fileio.cpp KM_fileio.h KM_log.cpp KM_log.h \ KM_memio.h KM_mutex.h KM_platform.h KM_prng.cpp KM_prng.h KM_util.cpp \ - KM_util.h KM_xml.cpp KM_xml.h KM_tai.h KM_tai.cpp + KM_util.h KM_xml.cpp KM_xml.h KM_tai.h KM_tai.cpp \ + KM_sha1.cpp KM_sha1.h # linker flags (*not* including libraries to link against) for a library libkumu_la_LDFLAGS = -release @VERSION@ -- cgit v1.2.3