summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-02-23 00:31:35 +0100
committerGünther Deschner <gd@samba.org>2011-02-23 02:16:23 +0100
commit67e72f52047a69050235f9ed1b85d87712b494f7 (patch)
treeccd8ce8c87c240d165bfe4750601946c408444e4 /source3/wscript_build
parent5f6790bc74beab4ea9cd1de014ada21840cb8c3b (diff)
downloadsamba-67e72f52047a69050235f9ed1b85d87712b494f7.tar.gz
samba-67e72f52047a69050235f9ed1b85d87712b494f7.tar.bz2
samba-67e72f52047a69050235f9ed1b85d87712b494f7.zip
s3-waf: move some parts of auth to AUTH_COMMON to avoid duplicate symbols with winbindd.
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 23 02:16:23 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/wscript_build')
-rw-r--r--source3/wscript_build11
1 files changed, 2 insertions, 9 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 06c55c7395..425ca92d89 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -352,14 +352,7 @@ WINBINDD_SRC1 = '''winbindd/winbindd.c
winbindd/winbindd_pam_logoff.c
winbindd/winbindd_pam_chauthtok.c
winbindd/winbindd_pam_auth_crap.c
- winbindd/winbindd_pam_chng_pswd_auth_crap.c
- auth/auth_util.c
- auth/user_util.c
- auth/check_samsec.c
- auth/server_info.c
- auth/server_info_sam.c
- auth/user_info.c
- auth/user_util.c'''
+ winbindd/winbindd_pam_chng_pswd_auth_crap.c'''
WINBINDD_SRC = '''${WINBINDD_SRC1}
${TDB_VALIDATE_SRC}'''
@@ -1053,7 +1046,7 @@ bld.SAMBA3_BINARY('winbindd/winbindd',
LIBCLI_SAMR LIBCLI_LSA3 LIBRPCCLI_NETLOGON
RPC_NDR_DSSETUP NAMED_PIPE_AUTH_TSTREAM INIT_NETLOGON
RPC_NCACN_NP RPC_PIPE_REGISTER RPC_SAMR RPC_LSARPC
- PAM_ERRORS WB_REQTRANS
+ PAM_ERRORS WB_REQTRANS AUTH_COMMON
''',
enabled=bld.env.build_winbind,
install_path='${SBINDIR}',