diff options
author | Kai Blin <kai@samba.org> | 2010-05-11 10:30:25 +0200 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2010-05-20 22:16:15 +0200 |
commit | 63a30619b63d17347eda1c13e56ec200fa1ce853 (patch) | |
tree | 51126b74d9c0b35f467208c9d0e60f4d2c560b67 | |
parent | 015c09031e48877bda9b15d9334846d7fd43c98e (diff) | |
download | samba-63a30619b63d17347eda1c13e56ec200fa1ce853.tar.gz samba-63a30619b63d17347eda1c13e56ec200fa1ce853.tar.bz2 samba-63a30619b63d17347eda1c13e56ec200fa1ce853.zip |
s3-waf: Fix up the winbindd build
-rw-r--r-- | source3/wscript_build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index abf4a117a7..6ae1b0d1c0 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -635,6 +635,7 @@ WINBINDD_SRC1 = '''winbindd/winbindd.c winbindd/winbindd_pam_logoff.c winbindd/winbindd_pam_chauthtok.c winbindd/winbindd_pam_auth_crap.c + winbindd/nss_info_template.c auth/token_util.c auth/check_samsec.c auth/server_info.c @@ -841,6 +842,7 @@ bld.SAMBA_SUBSYSTEM('LIBWBCLIENT', ../nsswitch/libwbclient/wbc_util.c''', public_deps='talloc WBCOMMON') + bld.SAMBA_SUBSYSTEM('ASN1_UTIL', source='../lib/util/asn1.c', deps='talloc tdb popt', |