1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

rpc_ndr_netlogon: Add missing dependency on tevent.

Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sun Oct 10 23:04:13 UTC 2010 on sn-devel-104
This commit is contained in:
Jelmer Vernooij 2010-10-11 00:22:42 +02:00
parent fd718c96f0
commit 7552dd8d1e

View File

@ -460,7 +460,7 @@ bld.SAMBA_SUBSYSTEM('RPC_NDR_NTSVCS',
bld.SAMBA_SUBSYSTEM('RPC_NDR_NETLOGON',
source='../librpc/gen_ndr/ndr_netlogon_c.c',
public_deps='NDR_STANDARD'
public_deps='NDR_STANDARD tevent'
)
bld.SAMBA_SUBSYSTEM('RPC_NDR_TRKWKS',