summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2010-05-11 15:00:43 +0200
committerKai Blin <kai@samba.org>2010-05-20 22:16:15 +0200
commit6a32dbd857b892a1c71130fdcb58ec53d06ea4ef (patch)
treef149259018ae168e7e1b192b4f78bbcedf0e0341 /source3/wscript_build
parent0e7e0397780a13b13649c910fe77709e4feedcf0 (diff)
downloadsamba-6a32dbd857b892a1c71130fdcb58ec53d06ea4ef.tar.gz
samba-6a32dbd857b892a1c71130fdcb58ec53d06ea4ef.tar.bz2
samba-6a32dbd857b892a1c71130fdcb58ec53d06ea4ef.zip
s3-waf: fix eventlogadm build with winbind
Diffstat (limited to 'source3/wscript_build')
-rw-r--r--source3/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 6ae1b0d1c0..63e0fccdf5 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -968,7 +968,7 @@ bld.SAMBA_BINARY('testparm',
bld.SAMBA_BINARY('eventlogadm',
source=EVTLOGADM_SRC,
deps='''talloc tdb tevent POPT_SAMBA DYNCONFIG LIBS PARAM
- LIB_NONSMBD LIBSMB_ERR PASSDB''',
+ LIB_NONSMBD LIBSMB_ERR PASSDB LIBWBCLIENT''',
vars=locals())
swat_files=recursive_dirlist('../swat', '../swat', '*')