summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-05-12 23:48:10 +0200
committerKai Blin <kai@samba.org>2010-05-20 22:16:15 +0200
commit9ab33162503ea5965cd7f34a9b5b9c1f13e75d0c (patch)
tree79838cd7190c99af3b75441dd3621e73285b72c6 /source3
parentf35bafe39c9aac0c156636965bffa1ebe0b39225 (diff)
downloadsamba-9ab33162503ea5965cd7f34a9b5b9c1f13e75d0c.tar.gz
samba-9ab33162503ea5965cd7f34a9b5b9c1f13e75d0c.tar.bz2
samba-9ab33162503ea5965cd7f34a9b5b9c1f13e75d0c.zip
s3-waf: fix linking of eventlogadm by adding cap as dependency
Diffstat (limited to 'source3')
-rw-r--r--source3/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index ec9d5ee902..bd0e5ac88b 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -949,7 +949,7 @@ bld.SAMBA_BINARY('testparm',
bld.SAMBA_BINARY('eventlogadm',
source=EVTLOGADM_SRC,
- deps='''talloc tevent POPT_SAMBA DYNCONFIG LIBS PARAM
+ deps='''talloc tevent cap POPT_SAMBA DYNCONFIG LIBS PARAM
LIB_NONSMBD LIBSMB_ERR PASSDB LIBWBCLIENT''',
vars=locals())