]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
CMake: fix cephfs cls build
authorJohn Spray <john.spray@redhat.com>
Mon, 3 Aug 2015 12:14:16 +0000 (13:14 +0100)
committerJohn Spray <john.spray@redhat.com>
Mon, 3 Aug 2015 15:39:35 +0000 (16:39 +0100)
Signed-off-by: John Spray <john.spray@redhat.com>
src/cls/CMakeLists.txt

index bb050a15f08779026dbf3cfb37f8cb8b2135a3e6..c6abc1f664be731d473026424725cf5be1c36a90 100644 (file)
@@ -100,10 +100,10 @@ endif (WITH_RADOSGW)
 # cls_cephfs
 if (WITH_CEPHFS)
   add_library(cls_cephfs SHARED
-    rgw/cls_cephfs.cc)
+    cephfs/cls_cephfs.cc)
   set_target_properties(cls_cephfs PROPERTIES VERSION "1.0.0" SOVERSION "1")
   install(TARGETS cls_cephfs DESTINATION lib/rados-classes)
 
   add_library(cls_cephfs_client
-    rgw/cls_cephfs_client.cc)
+    cephfs/cls_cephfs_client.cc)
 endif (WITH_CEPHFS)