]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
CMakeLists.txt: add newstore files 5799/head
authorSage Weil <sage@redhat.com>
Thu, 3 Sep 2015 19:27:45 +0000 (15:27 -0400)
committerSage Weil <sage@redhat.com>
Thu, 3 Sep 2015 19:27:45 +0000 (15:27 -0400)
Signed-off-by: Sage Weil <sage@redhat.com>
src/CMakeLists.txt

index 71eefc369c93acc4fd6de1aed320f07acd1fda5b..814228bf35c75fd8efec334c32ae98e07347d223 100644 (file)
@@ -573,7 +573,11 @@ set(libos_srcs
   os/KeyValueDB.cc
   os/MemStore.cc
   os/GenericObjectMap.cc
-  os/HashIndex.cc)
+  os/HashIndex.cc
+  os/newstore/NewStore.cc
+  os/newstore/newstore_types.cc
+  os/fs/FS.cc
+  os/fs/XFS.cc)
 set(os_mon_files
   os/LevelDBStore.cc)
 add_library(os_mon_objs OBJECT ${os_mon_files})