ctdb-util: Clean up dependencies
authorMartin Schwenke <martin@meltin.net>
Wed, 10 Sep 2014 03:57:12 +0000 (13:57 +1000)
committerAmitay Isaacs <amitay@samba.org>
Thu, 11 Sep 2014 01:56:03 +0000 (03:56 +0200)
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
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,
                       )