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

provision: Add missing dependency on pyldb-util.

Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Wed Feb  9 13:55:10 CET 2011 on sn-devel-104
This commit is contained in:
Jelmer Vernooij 2011-01-30 10:59:41 +01:00
parent d2740976cd
commit a65eedd0c7

View File

@ -13,7 +13,7 @@ bld.SAMBA_LIBRARY('samba-hostconfig',
bld.SAMBA_SUBSYSTEM('PROVISION',
source='provision.c pyparam.c',
deps='LIBPYTHON pyparam_util ldb pytalloc-util',
deps='LIBPYTHON pyparam_util ldb pytalloc-util pyldb-util',
pyext=True,
)