X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;h=581e84911c335781917440d4a8c603a6f4db2384;hb=3a9aaa4369f8078b801cddd2353db5730d2388c8;hp=98659b3fac0baee17c49b075245518b1b24a8838;hpb=bd759e962e2434d41f154e8c2c09a8e8bbfc7943;p=onak.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 98659b3..581e849 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.1 FATAL_ERROR) -project(onak VERSION 0.6.1 LANGUAGES C) +project(onak VERSION 0.6.2 LANGUAGES C) include(CheckSymbolExists) include(FindPkgConfig) @@ -36,9 +36,9 @@ endif() # Core objects add_library(libonak STATIC armor.c charfuncs.c cleankey.c cleanup.c decodekey.c - getcgi.c hash.c keyarray.c keyid.c keyindex.c ll.c log.c marshal.c - mem.c merge.c onak-conf.c parsekey.c photoid.c rsa.c sigcheck.c sendsync.c - sha1x.c wordlist.c) + getcgi.c hash.c hash-helper.c keyarray.c keyid.c keyindex.c ll.c log.c + marshal.c mem.c merge.c onak-conf.c parsekey.c photoid.c rsa.c + sigcheck.c sendsync.c sha1x.c wordlist.c) set(LIBONAK_LIBRARIES "") # Ideally use Nettle, fall back to our own md5/sha1 routines otherwise