1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s3-waf: fix linking of eventlogadm by adding cap as dependency

This commit is contained in:
Michael Adam 2010-05-12 23:48:10 +02:00 committed by Kai Blin
parent f35bafe39c
commit 9ab3316250

View File

@ -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())