X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;h=f755cf4e6348195ee88af1278c2feea46f5cdc25;hb=e82fd57b92d94287f728e37a3e17aaab11b722b8;hp=581e84911c335781917440d4a8c603a6f4db2384;hpb=3a9aaa4369f8078b801cddd2353db5730d2388c8;p=onak.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 581e849..f755cf4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 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) + 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