diff options
author | Günther Deschner <gd@samba.org> | 2010-06-15 11:43:30 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-06-15 11:43:30 +0200 |
commit | 60ea59331b7d7306e67dfea199e23841625c2b51 (patch) | |
tree | cc27f7d2ada36f81a51f179d3d18b38b7a2bcaca /source3/wscript_build | |
parent | b16e602660e9fcfe7a0e46633e81c898b2053238 (diff) | |
download | samba-60ea59331b7d7306e67dfea199e23841625c2b51.tar.gz samba-60ea59331b7d7306e67dfea199e23841625c2b51.tar.bz2 samba-60ea59331b7d7306e67dfea199e23841625c2b51.zip |
s3-waf: fix the build.
Guenther
Diffstat (limited to 'source3/wscript_build')
-rw-r--r-- | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 6206d2f594..47a330aa87 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -157,6 +157,7 @@ LIB_SRC = '''${LIBSAMBAUTIL_SRC} ${UTIL_SRC} ${CRYPTO_SRC} lib/conn_tdb.c lib/adt_tree.c lib/gencache.c lib/sessionid_tdb.c lib/module.c lib/events.c ${LIBTEVENT_SRC0} + lib/server_contexts.c lib/ldap_escape.c ${CHARSET_STATIC} lib/secdesc.c lib/util_seaccess.c ../libcli/security/secace.c ../libcli/security/sddl.c @@ -641,7 +642,6 @@ WINBINDD_SRC1 = '''winbindd/winbindd.c winbindd/winbindd_pam_chauthtok.c winbindd/winbindd_pam_auth_crap.c winbindd/winbindd_pam_chng_pswd_auth_crap.c - winbindd/winbindd_event.c auth/token_util.c auth/check_samsec.c auth/server_info.c |