diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-04-06 14:29:34 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-04-06 08:12:19 +0200 |
commit | 5adf85e6afa949f8e636327bb3446aa4f41948a7 (patch) | |
tree | 1cadcf16b8564956c48bbcb837e8145e8d867614 /source3 | |
parent | a8da13cd5c7b5fa7cf3c6f9b3afce066f085e67c (diff) | |
download | samba-5adf85e6afa949f8e636327bb3446aa4f41948a7.tar.gz samba-5adf85e6afa949f8e636327bb3446aa4f41948a7.tar.bz2 samba-5adf85e6afa949f8e636327bb3446aa4f41948a7.zip |
tstream: make npa_tstream a private library
this prevents symbol duplication of the npa_tstream symbols
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3')
-rwxr-xr-x | source3/wscript_build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 8685268478..b709b5f80b 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -860,7 +860,7 @@ bld.SAMBA3_LIBRARY('smbd_base', PRINTING PRINTBACKEND NDR_XATTR NDR_NOTIFY3 REGFIO LIB_SMBCONF REG_FULL FNAME_UTIL LIBCLI_SAMR LIBCLI_LSA3 LIBRPCCLI_NETLOGON LIBCLI_SPOOLSS - RPC_NDR_SRVSVC NAMED_PIPE_AUTH_TSTREAM INIT_NETLOGON INIT_SAMR + RPC_NDR_SRVSVC npa_tstream INIT_NETLOGON INIT_SAMR LIBCLI_SMB_COMMON RPC_SERVER ''', private_library=True, @@ -1030,7 +1030,7 @@ bld.SAMBA3_BINARY('winbindd/winbindd', LIBAFS_SETTOKEN PROFILE SLCACHE DCUTIL idmap nss_info TOKEN_UTIL LIBCLI_SAMR LIBCLI_LSA3 LIBRPCCLI_NETLOGON - RPC_NDR_DSSETUP NAMED_PIPE_AUTH_TSTREAM INIT_NETLOGON + RPC_NDR_DSSETUP npa_tstream INIT_NETLOGON RPC_NCACN_NP RPC_PIPE_REGISTER RPC_SAMR RPC_LSARPC PAM_ERRORS WB_REQTRANS AUTH_COMMON ''', |