summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-01-21 13:34:11 +0100
committerStefan Metzmacher <metze@samba.org>2009-01-21 13:35:34 +0100
commit74471512745d22fc997184dd27977fdf6410ac46 (patch)
treec9be85f86c929a8e74b4a2f3d54f6a221368607c
parent37412017c5dd2f05a7f4bbe0410a6e00ce4805e5 (diff)
downloadsamba-74471512745d22fc997184dd27977fdf6410ac46.tar.gz
samba-74471512745d22fc997184dd27977fdf6410ac46.tar.bz2
samba-74471512745d22fc997184dd27977fdf6410ac46.zip
s4:python glue: fix dependecy to pyldb
metze
-rw-r--r--source4/scripting/python/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/config.mk b/source4/scripting/python/config.mk
index 71432042fc..4d33ed2219 100644
--- a/source4/scripting/python/config.mk
+++ b/source4/scripting/python/config.mk
@@ -17,7 +17,7 @@ python_uuid_OBJ_FILES = $(pyscriptsrcdir)/uuidmodule.o
[PYTHON::python_glue]
LIBRARY_REALNAME = samba/glue.$(SHLIBEXT)
-PRIVATE_DEPENDENCIES = LIBNDR LIBLDB SAMDB CREDENTIALS swig_ldb python_dcerpc_misc python_dcerpc_security swig_auth
+PRIVATE_DEPENDENCIES = LIBNDR LIBLDB SAMDB CREDENTIALS pyldb python_dcerpc_misc python_dcerpc_security swig_auth
python_glue_OBJ_FILES = $(pyscriptsrcdir)/pyglue.o