X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;h=6594a8bff794802ba48aacda13a5db5e56eb90a0;hb=4baef3532b82bcaaa1aecc376b7e63e8a20d8bf7;hp=d9ce3589a9877536a508c483fedf4c685693bb77;hpb=b3c67e7383ef6ece55dcf6fbfa9587f5d0a14546;p=onak.git diff --git a/CMakeLists.txt b/CMakeLists.txt index d9ce358..6594a8b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -51,7 +51,7 @@ endif() # Backends # These have no dependencies and can always be compiled -set(BACKENDS "file" "fs" "stacked") +set(BACKENDS "file" "fs" "keyring" "stacked") # DB4 backend (add check for existence) LIST(APPEND BACKENDS db4)