diff options
author | Günther Deschner <gd@samba.org> | 2011-01-07 11:45:33 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-01-07 15:02:24 +0100 |
commit | ccf15ebcc3ee318415028cf449a0b2efa914548e (patch) | |
tree | c67aa5889d17eee8950b316a8e0056ded628713a /source3/wscript_build | |
parent | 0a7d6dc8a886c0e4cd98efadc193e43df05ab172 (diff) | |
download | samba-ccf15ebcc3ee318415028cf449a0b2efa914548e.tar.gz samba-ccf15ebcc3ee318415028cf449a0b2efa914548e.tar.bz2 samba-ccf15ebcc3ee318415028cf449a0b2efa914548e.zip |
s3-waf: cleanup wscript_build a little.
Guenther
Diffstat (limited to 'source3/wscript_build')
-rw-r--r-- | source3/wscript_build | 8 |
1 files changed, 0 insertions, 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} |