ctdb-tools: Add logging config options to config tool
[samba.git] / ctdb / wscript
index e90b9a02a49bc799eac94240b132800fb538dc30..0546cbe2077cfcecb03181ca18d052a51cfb5d61 100644 (file)
@@ -467,7 +467,8 @@ def build(bld):
     bld.SAMBA_BINARY('ctdb-config',
                      source='common/conf_tool.c',
                      cflags='-DCTDB_CONF_TOOL',
-                     deps='''ctdb-util samba-util talloc replace popt''',
+                     deps='''ctdb-logging-conf
+                             ctdb-util samba-util talloc replace popt''',
                      install_path='${CTDB_HELPER_BINDIR}')
 
     bld.SAMBA_BINARY('ctdbd',