summaryrefslogtreecommitdiff
path: root/source4/lib/registry
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-24 12:53:59 -0700
committerJelmer Vernooij <jelmer@samba.org>2010-10-26 10:17:19 -0700
commita702c07e0202e2f4b853f626ca704a4bec4ae8ca (patch)
treeeebfa3d5e7dd08bb99e572be06e3e58b73a2fe6b /source4/lib/registry
parentd44e3bf747f9812036f4b6ecf3ccb2fad1d25882 (diff)
downloadsamba-a702c07e0202e2f4b853f626ca704a4bec4ae8ca.tar.gz
samba-a702c07e0202e2f4b853f626ca704a4bec4ae8ca.tar.bz2
samba-a702c07e0202e2f4b853f626ca704a4bec4ae8ca.zip
talloc: change pytalloc-util to be a public library.
Diffstat (limited to 'source4/lib/registry')
-rw-r--r--source4/lib/registry/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/registry/wscript_build b/source4/lib/registry/wscript_build
index f596cce349..ad1139681b 100644
--- a/source4/lib/registry/wscript_build
+++ b/source4/lib/registry/wscript_build
@@ -63,7 +63,7 @@ bld.SAMBA_SUBSYSTEM('torture_registry',
bld.SAMBA_PYTHON('py_registry',
source='pyregistry.c',
- public_deps='registry PYTALLOC pyparam_util',
+ public_deps='registry pytalloc-util pyparam_util',
realname='samba/registry.so'
)