diff options
| author | jhurst <jhurst@cinecert.com> | 2020-07-15 13:23:19 -0700 |
|---|---|---|
| committer | jhurst <jhurst@cinecert.com> | 2020-07-15 13:23:19 -0700 |
| commit | 0b6febadb714c3d5a62779fef076d88f066a61ba (patch) | |
| tree | 70185d31ce31219c77a560efb1e434eb409fc4f5 /src/Makefile.am | |
| parent | d9757786bb5a2d7a6cc9bce7cfb1a8b52d6391cf (diff) | |
replaced openssl dependency with internal SHA-1 API
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
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@ |
