]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3-waf: Add missing dependencies to PASSCHANGE.
authorAndreas Schneider <asn@samba.org>
Mon, 23 Jan 2012 17:42:18 +0000 (18:42 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 25 Jan 2012 10:58:28 +0000 (11:58 +0100)
source3/wscript_build

index d7bbd7f0fefb5672ab61beb29cc2419939ab1458..4a10fb8ca329d9db4087aadedb0247a3548fa3f5 100755 (executable)
@@ -1072,7 +1072,9 @@ bld.SAMBA3_SUBSYSTEM('PLAINTEXT_AUTH',
 
 bld.SAMBA3_SUBSYSTEM('PASSCHANGE',
                     source=PASSCHANGE_SRC,
-                    deps='LIBCLI_SAMR',
+                    deps='''LIBCLI_SAMR
+                    INIT_LSA
+                    msrpc3''',
                     vars=locals())
 
 bld.SAMBA3_SUBSYSTEM('SAMBA_VERSION',