summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-09-08 17:14:44 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-09-08 19:33:13 +1000
commit3346af16752a08ea134059f75c003b01a7b7f7ec (patch)
treef119c665e955ff03c1724213f8c63e61e2388b48
parent21c2e8b378dda0ea9a5af6b90bc1a50eda1b9534 (diff)
downloadsamba-3346af16752a08ea134059f75c003b01a7b7f7ec.tar.gz
samba-3346af16752a08ea134059f75c003b01a7b7f7ec.tar.xz
samba-3346af16752a08ea134059f75c003b01a7b7f7ec.zip
build: netapi does not depend on TOKEN_UTIL
This means we avoid dupliate symbols between libgpo and netapi. Andrew Bartlett
-rwxr-xr-xsource3/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 7a9fdcc80d1..9f3eb0502ac 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -665,7 +665,7 @@ bld.SAMBA3_LIBRARY('netapi',
public_deps='''talloc tdb_compat cap wbclient smbd_shim libsmb KRBCLIENT
pdb SMBLDAP param samba-util
LIBMSRPC_GEN msrpc3 ads LIBNET DCUTIL NDR_LIBNETAPI
- RPC_CLIENT_SCHANNEL smbconf REG_SMBCONF TOKEN_UTIL
+ RPC_CLIENT_SCHANNEL smbconf REG_SMBCONF
LIBCLI_SAMR libcli_lsa3 LIBRPCCLI_NETLOGON
RPC_NDR_SRVSVC RPC_NDR_WKSSVC RPC_NDR_INITSHUTDOWN
INIT_NETLOGON INIT_SAMR popt_samba3''',