diff options
author | Volker Lendecke <vl@samba.org> | 2011-06-05 11:30:43 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2011-06-05 12:10:15 +0200 |
commit | 5a6368f1e2a4348fdcdc062b2546eb45bf943aed (patch) | |
tree | 46c5ec9e08e8bc246eb92537879fb7be240fbbcb /source3/wscript_build | |
parent | 2ce68d93f3eb38e6122dddc8bcd30795c48d07b7 (diff) | |
download | samba-5a6368f1e2a4348fdcdc062b2546eb45bf943aed.tar.gz samba-5a6368f1e2a4348fdcdc062b2546eb45bf943aed.tar.xz samba-5a6368f1e2a4348fdcdc062b2546eb45bf943aed.zip |
s3:winbind: Convert WINBINDD_WINS_BYIP to the async API
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 834c7f56c2..4fd7a7b556 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -255,6 +255,7 @@ WINBINDD_SRC1 = '''winbindd/winbindd.c winbindd/winbindd_misc.c winbindd/winbindd_cm.c winbindd/winbindd_wins.c + winbindd/winbindd_wins_byip.c winbindd/winbindd_msrpc.c winbindd/winbindd_rpc.c winbindd/winbindd_reconnect.c |