]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/os/CMakeLists.txt
update sources to v12.1.2
[ceph.git] / ceph / src / os / CMakeLists.txt
index 5edbb2db96a8c9ded0a1e2e8619425ccb4960d7a..a98fe1db0606d24420579e79bb98047f481724cf 100644 (file)
@@ -16,8 +16,7 @@ set(libos_srcs
   memstore/MemStore.cc
   kstore/KStore.cc
   kstore/kstore_types.cc
-  fs/FS.cc
-  fs/aio.cc)
+  fs/FS.cc)
 
 if(HAVE_LIBAIO)
   list(APPEND libos_srcs
@@ -34,6 +33,7 @@ if(HAVE_LIBAIO)
     bluestore/StupidAllocator.cc
     bluestore/BitMapAllocator.cc
     bluestore/BitAllocator.cc
+    bluestore/aio.cc
   )
 endif(HAVE_LIBAIO)