From 21974a99b0e77982b7a023ceb62b486b0d9c23f5 Mon Sep 17 00:00:00 2001 From: Amitay Isaacs Date: Mon, 11 Aug 2014 16:02:27 +1000 Subject: ctdb-build: popt has moved from lib/ to third_party/ Signed-off-by: Amitay Isaacs Reviewed-by: Martin Schwenke Autobuild-User(master): Martin Schwenke Autobuild-Date(master): Mon Aug 11 10:58:43 CEST 2014 on sn-devel-104 --- ctdb/wscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ctdb/wscript b/ctdb/wscript index 398d5ff4dc..35eeac49a3 100755 --- a/ctdb/wscript +++ b/ctdb/wscript @@ -29,8 +29,9 @@ VERSION = version.STRING.replace('-', '.') Options.default_prefix = '/usr/local' samba_dist.DIST_DIRS('''ctdb:. lib/replace:lib/replace lib/talloc:lib/talloc - lib/tevent:lib/tevent lib/tdb:lib/tdb lib/popt:lib/popt + lib/tevent:lib/tevent lib/tdb:lib/tdb lib/socket_wrapper:lib/socket_wrapper + third_party/popt:third_party/popt buildtools:buildtools''') -- cgit