build: add explicit cephfs include path for vfs_ceph builds
[vlendec/samba-autobuild/.git] / ctdb / wscript
index 3fa525b564da837b3b82429236129d2d3d2aaf6c..7873130d5ee6efe89deaf322a4af64df51977b3e 100644 (file)
@@ -682,7 +682,7 @@ def build(bld):
         bld.SAMBA_BINARY('ctdb_mutex_ceph_rados_helper',
                          source='utils/ceph/ctdb_mutex_ceph_rados_helper.c',
                         deps='talloc tevent rados ceph-common',
-                        includes='include',
+                        includes=bld.CONFIG_GET('CPPPATH_RADOS'),
                         install_path='${CTDB_HELPER_BINDIR}')
 
     sed_expr1 = 's|/usr/local/var/lib/ctdb|%s|g'  % (bld.env.CTDB_VARDIR)