s3-waf: Link smbcquotas only against needed subsystems.
authorAndreas Schneider <asn@samba.org>
Tue, 24 Jan 2012 15:03:02 +0000 (16:03 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 25 Jan 2012 10:58:29 +0000 (11:58 +0100)
source3/wscript_build

index b7376afcd61324b3071809d0801155ddcc8a5cad..630343fbdd46c7c7cf2e936ee2b0e73189449cd2 100755 (executable)
@@ -1518,8 +1518,11 @@ bld.SAMBA3_BINARY('smbcacls',
 
 bld.SAMBA3_BINARY('smbcquotas',
                  source=SMBCQUOTAS_SRC,
-                 deps='''talloc tdb_compat cap wbclient param  smbd_shim libsmb KRBCLIENT
-                 popt_samba3 pdb ndr-standard msrpc3
+                 deps='''
+                 talloc
+                 popt_samba3
+                 libsmb
+                 msrpc3
                  libcli_lsa3''',
                  vars=locals())