summaryrefslogtreecommitdiff
path: root/source4/param
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/param
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/param')
-rw-r--r--source4/param/wscript_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/param/wscript_build b/source4/param/wscript_build
index c8e3d59407..a6c2bff080 100644
--- a/source4/param/wscript_build
+++ b/source4/param/wscript_build
@@ -13,7 +13,7 @@ bld.SAMBA_LIBRARY('samba-hostconfig',
bld.SAMBA_SUBSYSTEM('PROVISION',
source='provision.c pyparam.c',
- deps='LIBPYTHON pyparam_util ldb PYTALLOC',
+ deps='LIBPYTHON pyparam_util ldb pytalloc-util',
pyext=True,
)
@@ -49,7 +49,7 @@ bld.SAMBA_SUBSYSTEM('SECRETS',
bld.SAMBA_PYTHON('param',
source='pyparam.c',
- deps='samba-hostconfig PYTALLOC',
+ deps='samba-hostconfig pytalloc-util',
realname='samba/param.so'
)