diff options
author | Amitay Isaacs <amitay@gmail.com> | 2014-08-11 16:02:27 +1000 |
---|---|---|
committer | Martin Schwenke <martins@samba.org> | 2014-08-11 10:58:43 +0200 |
commit | 21974a99b0e77982b7a023ceb62b486b0d9c23f5 (patch) | |
tree | 398f95676a76bda11c679510e3e36b1285f5bc8a | |
parent | 976f4790cfe277a3b674a27856874bddee785de4 (diff) | |
download | samba-21974a99b0e77982b7a023ceb62b486b0d9c23f5.tar.gz samba-21974a99b0e77982b7a023ceb62b486b0d9c23f5.tar.xz samba-21974a99b0e77982b7a023ceb62b486b0d9c23f5.zip |
ctdb-build: popt has moved from lib/ to third_party/
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
Autobuild-User(master): Martin Schwenke <martins@samba.org>
Autobuild-Date(master): Mon Aug 11 10:58:43 CEST 2014 on sn-devel-104
-rwxr-xr-x | ctdb/wscript | 3 |
1 files changed, 2 insertions, 1 deletions
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''') |