ctdb-build: Add ctdb prefix to build target
authorAmitay Isaacs <amitay@gmail.com>
Thu, 26 Apr 2018 07:37:03 +0000 (17:37 +1000)
committerMartin Schwenke <martins@samba.org>
Thu, 5 Jul 2018 04:52:43 +0000 (06:52 +0200)
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
ctdb/wscript

index deef78f1beadc8bdb605c9fae2e284329e9c7af7..2edf6d0f5b22c35f62a250e90f1545dcb0036859 100644 (file)
@@ -837,7 +837,7 @@ def build(bld):
                      deps='samba-util ctdb-system popt',
                      install_path='${CTDB_TEST_LIBEXECDIR}')
 
-    bld.SAMBA_SUBSYSTEM('protocol-tests-common',
+    bld.SAMBA_SUBSYSTEM('ctdb-protocol-tests-common',
                         source=bld.SUBDIR('tests/src',
                                           '''protocol_common.c
                                              protocol_common_ctdb.c
@@ -861,7 +861,7 @@ def build(bld):
 
         bld.SAMBA_BINARY(target,
                          source=src,
-                         deps='''protocol-tests-common
+                         deps='''ctdb-protocol-tests-common
                                  samba-util talloc tdb''',
                          install_path='${CTDB_TEST_LIBEXECDIR}')