summaryrefslogtreecommitdiff
path: root/ctdb
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2015-06-25 15:06:27 +1000
committerAmitay Isaacs <amitay@samba.org>2015-07-01 04:18:29 +0200
commit1e13455d7e9d668b426427e8bdebc73328e50d92 (patch)
tree7a7bfd42492576ff46bc6061e7f54f9bc85aefa9 /ctdb
parent0c609c95051ff8c1e8fd61acc6abc7e4b4c4441b (diff)
downloadsamba-1e13455d7e9d668b426427e8bdebc73328e50d92.tar.gz
ctdb-build: Fix building of PCP PMDA module
Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'ctdb')
-rwxr-xr-xctdb/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/wscript b/ctdb/wscript
index 956175070c7..8d9acb723fd 100755
--- a/ctdb/wscript
+++ b/ctdb/wscript
@@ -420,7 +420,7 @@ def build(bld):
source='utils/pmda/pmda_ctdb.c',
includes='include include/internal',
deps='''ctdb-client ctdb-common ctdb-system
- pcp_pmda pcp''',
+ ctdb-common-util pcp_pmda pcp''',
install_path='${CTDB_PMDADIR}')
bld.INSTALL_FILES('${CTDB_PMDADIR}', 'utils/pmda/Install',
destname='Install')