s4:torture: Migrate smbtorture to new cmdline option parser
[samba.git] / source4 / torture / libsmbclient / wscript_build
index 688e0a9533ba47c677b6dd813dfac15d5b0059d7..2bb33a958d7866ce9890b047ea425ae971b41942 100644 (file)
@@ -1,5 +1,4 @@
-# AUTOGENERATED by mktowscript.pl from ../../source4/torture/libsmbclient/config.mk
-# Please remove this notice if hand editing
+#!/usr/bin/env python
 
 
 bld.SAMBA_MODULE('TORTURE_LIBSMBCLIENT',
@@ -7,9 +6,8 @@ bld.SAMBA_MODULE('TORTURE_LIBSMBCLIENT',
        autoproto='proto.h',
        subsystem='smbtorture',
        init_function='torture_libsmbclient_init',
-       deps='POPT_CREDENTIALS SMBCLIENT',
-       output_type='MERGED_OBJ',
-        enabled=False
+       deps='smbclient',
+       internal_module=True
        )