X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;h=6594a8bff794802ba48aacda13a5db5e56eb90a0;hb=d1b4ba940d6bed575b40ac1026514c0b97d5128b;hp=d9ce3589a9877536a508c483fedf4c685693bb77;hpb=a799cc2909f47d918d1ec7171a9edba28a9f5136;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)