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

lib/util: add missing 'errors' dependency to 'tevent-util'

metze
This commit is contained in:
Stefan Metzmacher 2012-05-14 11:46:39 +02:00
parent bf8829b56f
commit b4f2184a29

View File

@ -57,7 +57,7 @@ bld.SAMBA_LIBRARY('util_tdb',
bld.SAMBA_LIBRARY('tevent-util',
source='tevent_unix.c tevent_ntstatus.c tevent_werror.c',
local_include=False,
public_deps='tevent',
public_deps='tevent errors',
public_headers='tevent_ntstatus.h tevent_unix.h tevent_werror.h',
header_path=[ ('*', 'util') ],
pc_files=[],