]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3-waf: Reduce dependencies of winbindd.
authorAndreas Schneider <asn@samba.org>
Tue, 24 Jan 2012 18:03:12 +0000 (19:03 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 25 Jan 2012 12:31:19 +0000 (13:31 +0100)
Autobuild-User: Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date: Wed Jan 25 13:31:19 CET 2012 on sn-devel-104

source3/wscript_build

index 909a109e52e0fb7a67e1b9e63dbbb17a6a0bc7b2..cc2567441ab7d634369441d3a543a37a935b192e 100755 (executable)
@@ -1199,39 +1199,24 @@ bld.SAMBA3_BINARY('winbindd/winbindd',
                  deps='''
                  talloc
                  tevent
-                 dl
                  pdb
-                 ldap
-                 param
-                 libsmb
                  popt_samba3
-                 KRBCLIENT
-                 ndr-standard
-                 msrpc3
-                 ads
-                 LIBADS_SERVER
-                 SRV_NDR_WBINT
-                 RPC_NDR_WBINT
-                 NDR_WBINT
-                 LIBAFS
-                 PROFILE
-                 SLCACHE
-                 DCUTIL
                  idmap
+                 ads
+                 msrpc3
                  nss_info
-                 TOKEN_UTIL
+                 LIBAFS
+                 LIBADS_SERVER
                  LIBCLI_SAMR
-                 libcli_lsa3
-                 libcli_netlogon3
+                 SLCACHE
                  RPC_NDR_DSSETUP
-                 npa_tstream
-                 RPC_NCACN_NP
-                 RPC_PIPE_REGISTER
+                 RPC_NDR_WBINT
+                 SRV_NDR_WBINT
                  RPC_SAMR
                  RPC_LSARPC
-                 PAM_ERRORS
+                 RPC_NCACN_NP
+                 RPC_PIPE_REGISTER
                  WB_REQTRANS
-                 auth
                  ''',
                  enabled=bld.env.build_winbind,
                  install_path='${SBINDIR}',