summaryrefslogtreecommitdiff
path: root/source4/torture/winbind
diff options
context:
space:
mode:
authorIra Cooper <ira@samba.org>2014-07-22 21:34:17 -0700
committerIra Cooper <ira@samba.org>2014-08-09 18:26:17 +0200
commit38de110b02ff7e622d6394e12d99c3e01568db3e (patch)
tree8fad8fd60021300e6b300f17bd520018ef9aacc6 /source4/torture/winbind
parent8cc966747df8531eb0afc8870dac29a306fb4352 (diff)
downloadsamba-38de110b02ff7e622d6394e12d99c3e01568db3e.tar.gz
third_party/popt: Initial support for popt.
ctdb, ldb, and samba are supported builds for third_party popt. Signed-off-by: Ira Cooper <ira@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source4/torture/winbind')
-rw-r--r--source4/torture/winbind/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/winbind/wscript_build b/source4/torture/winbind/wscript_build
index 0ae98528d1d..0def23ea0d1 100644
--- a/source4/torture/winbind/wscript_build
+++ b/source4/torture/winbind/wscript_build
@@ -6,6 +6,6 @@ bld.SAMBA_MODULE('TORTURE_WINBIND',
autoproto='proto.h',
subsystem='smbtorture',
init_function='torture_winbind_init',
- deps='wbclient winbind-client torture PAM_ERRORS',
+ deps='popt wbclient winbind-client torture PAM_ERRORS',
internal_module=True
)