ctdb-util: Clean up dependencies
[sfrench/samba-autobuild/.git] / ctdb / lib / util / wscript_build
index 89e69588b006323561f67000c0e600602513d92f..0d945394f7d152ddd94b6c24ee9f08493878e22c 100755 (executable)
@@ -4,7 +4,6 @@ bld.SAMBA_SUBSYSTEM('ctdb-util',
                      source='''util.c util_file.c util_time.c
                                debug.c fault.c idtree.c signal.c
                                substitute.c''',
-                      deps='tdb talloc',
-                      public_deps='talloc tevent',
+                      deps='tdb talloc tevent',
                       local_include=False,
                       )