From 9b720ab13923a91136c25bd80cd905a03e9ac95e Mon Sep 17 00:00:00 2001 From: Amitay Isaacs Date: Thu, 21 Aug 2014 14:47:23 +1000 Subject: ctdb-build: Add missing dependency on popt Signed-off-by: Amitay Isaacs Reviewed-by: Stefan Metzmacher --- ctdb/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctdb/wscript b/ctdb/wscript index 898df4781c..d1f112e4c6 100755 --- a/ctdb/wscript +++ b/ctdb/wscript @@ -212,7 +212,7 @@ def build(bld): ctdb_message.c cmdline.c rb_tree.c system_common.c ctdb_fork.c'''), includes='include include/internal common . lib/util', - deps='replace popt talloc tevent tdb') + deps='replace popt talloc tevent tdb popt') bld.SAMBA_SUBSYSTEM('ctdb-common-util', source=bld.SUBDIR('common', -- cgit