From 549eb7d8851b63a45a6cc28a8e710af633cf35ef 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 (cherry picked from commit 1e13455d7e9d668b426427e8bdebc73328e50d92) --- ctdb/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctdb/wscript b/ctdb/wscript index 104fc9a..771a344 100755 --- a/ctdb/wscript +++ b/ctdb/wscript @@ -416,7 +416,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.4.3