diff options
author | Michael Adam <obnox@samba.org> | 2010-05-12 23:48:10 +0200 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2010-05-20 22:16:15 +0200 |
commit | 9ab33162503ea5965cd7f34a9b5b9c1f13e75d0c (patch) | |
tree | 79838cd7190c99af3b75441dd3621e73285b72c6 | |
parent | f35bafe39c9aac0c156636965bffa1ebe0b39225 (diff) | |
download | samba-9ab33162503ea5965cd7f34a9b5b9c1f13e75d0c.tar.gz samba-9ab33162503ea5965cd7f34a9b5b9c1f13e75d0c.tar.xz samba-9ab33162503ea5965cd7f34a9b5b9c1f13e75d0c.zip |
s3-waf: fix linking of eventlogadm by adding cap as dependency
-rw-r--r-- | source3/wscript_build | 2 |
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()) |