From 1e13455d7e9d668b426427e8bdebc73328e50d92 Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Thu, 25 Jun 2015 15:06:27 +1000 Subject: [PATCH] ctdb-build: Fix building of PCP PMDA module Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- ctdb/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- 2.11.4.GIT