summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-05-14 11:46:39 +0200
committerStefan Metzmacher <metze@samba.org>2012-05-14 15:12:34 +0200
commitb4f2184a29d6ca41aacbaff6f499982895b74fd6 (patch)
tree082b2196e04175114e42e78381fd179ebc8271d6 /lib
parentbf8829b56f75019036c76be1bd46ad816586e3d9 (diff)
downloadsamba-b4f2184a29d6ca41aacbaff6f499982895b74fd6.tar.gz
samba-b4f2184a29d6ca41aacbaff6f499982895b74fd6.tar.bz2
samba-b4f2184a29d6ca41aacbaff6f499982895b74fd6.zip
lib/util: add missing 'errors' dependency to 'tevent-util'
metze
Diffstat (limited to 'lib')
-rwxr-xr-xlib/util/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/wscript_build b/lib/util/wscript_build
index d50592bd1f..2fa402396c 100755
--- a/lib/util/wscript_build
+++ b/lib/util/wscript_build
@@ -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=[],