summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-07-29 17:01:38 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-08-08 13:34:06 +0200
commitaf5f494bd2defe598dd8530359a249e0dd5ae20e (patch)
tree5063957ad14730d4f7ba402ba6f6b22c1b154ba3 /source3/wscript_build
parent07840b665f1adc6d821ef4a1aa22ca5cbfd5001c (diff)
downloadsamba-af5f494bd2defe598dd8530359a249e0dd5ae20e.tar.gz
samba-af5f494bd2defe598dd8530359a249e0dd5ae20e.tar.bz2
samba-af5f494bd2defe598dd8530359a249e0dd5ae20e.zip
build: provide tevent-util as a public library
This is needed so that OpenChange can get at _tevent_req_nterr(), which is referenced by generated PIDL output. Andrew Bartlett
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 42a12be0cb..0a93999ad5 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -1413,8 +1413,8 @@ if not bld.env.toplevel_build:
source='lib/ldb_compat.c',
deps='samba-util')
bld.SAMBA3_SUBSYSTEM('ldb', source='', deps='ldb3')
- bld.SAMBA3_SUBSYSTEM('dcerpc', '', deps='UTIL_TEVENT')
- bld.SAMBA3_SUBSYSTEM('cli-ldap', '', deps='UTIL_TEVENT')
+ bld.SAMBA3_SUBSYSTEM('dcerpc', '', deps='tevent-util')
+ bld.SAMBA3_SUBSYSTEM('cli-ldap', '', deps='tevent-util')
bld.SAMBA3_SUBSYSTEM('LOADPARM_CTX', '')
########################## INCLUDES #################################