X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;h=f755cf4e6348195ee88af1278c2feea46f5cdc25;hb=c0fee41b459cc3822d890bac98882a6c9696c033;hp=98659b3fac0baee17c49b075245518b1b24a8838;hpb=bd759e962e2434d41f154e8c2c09a8e8bbfc7943;p=onak.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 98659b3..f755cf4 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 key-store.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