diff options
author | Günther Deschner <gd@samba.org> | 2010-05-20 23:40:30 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-05-20 23:40:30 +0200 |
commit | 8a4525d9fa08959a46afa88e2c785e1bc291b941 (patch) | |
tree | c2225056167e3454d77382da61ae49efb86049a3 | |
parent | 7c6be166d0ef799a1897c29d5c1c1cd9998ff5d3 (diff) | |
download | samba-8a4525d9fa08959a46afa88e2c785e1bc291b941.tar.gz |
waf: fix the build of nsswitch libwbclient.
Guenther
-rw-r--r-- | nsswitch/libwbclient/wscript_build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nsswitch/libwbclient/wscript_build b/nsswitch/libwbclient/wscript_build index 7d1ed2e6900..ee730e4b410 100644 --- a/nsswitch/libwbclient/wscript_build +++ b/nsswitch/libwbclient/wscript_build @@ -8,6 +8,5 @@ bld.SAMBA_SUBSYSTEM('LIBWBCLIENT', bld.SAMBA_SUBSYSTEM('LIBWBCLIENT_ASYNC', source='wbc_async.c wbc_idmap_async.c wbc_pam_async.c wbc_sid_async.c wbc_util_async.c wb_reqtrans.c', public_deps='LIBASYNC_REQ tevent talloc UTIL_TEVENT LIBWBCLIENT', - enabled=False, # we don't have LIBASYNC_REQ yet ) |