From ccf15ebcc3ee318415028cf449a0b2efa914548e Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 7 Jan 2011 11:45:33 +0100 Subject: s3-waf: cleanup wscript_build a little. Guenther --- source3/wscript_build | 8 -------- 1 file changed, 8 deletions(-) diff --git a/source3/wscript_build b/source3/wscript_build index 2b143bab52..3e261f5d43 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -656,14 +656,6 @@ WINBIND_WINS_NSS_SRC = '''../nsswitch/wins.c''' WBINFO_SRC = '''../nsswitch/wbinfo.c''' -WINBIND_NSS_SRC = '''${WBCOMMON_SRC} ${LIBREPLACE_SRC}''' - -WINBIND_KRB5_LOCATOR_SRC1 = '../nsswitch/winbind_krb5_locator.c' -WINBIND_KRB5_LOCATOR_SRC = '''${WINBIND_KRB5_LOCATOR_SRC1} ${LIBREPLACE_SRC}''' - -POPT_SRC = '''../lib/popt/findme.c ../lib/popt/popt.c ../lib/popt/poptconfig.c \ - ../lib/popt/popthelp.c ../lib/popt/poptparse.c''' - NTLM_AUTH_SRC1 = '''utils/ntlm_auth.c utils/ntlm_auth_diagnostics.c''' NTLM_AUTH_SRC = '''${NTLM_AUTH_SRC1} -- cgit