summaryrefslogtreecommitdiff
path: root/source4/scripting/python/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-05-22 00:56:36 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-05-22 00:56:36 +0200
commit059c012656e6369f417c11f9984ddb1925782394 (patch)
treea50d3f73dd0e39595672fe2ee7a0c65337297a3e /source4/scripting/python/config.mk
parent49706ab19bd3ffd6125639e6a7753b2350cf54e1 (diff)
downloadsamba-059c012656e6369f417c11f9984ddb1925782394.tar.gz
samba-059c012656e6369f417c11f9984ddb1925782394.tar.bz2
samba-059c012656e6369f417c11f9984ddb1925782394.zip
Fix dependencies and imports.
(This used to be commit 37ef86f8de9039b8226b190254d842e92b5faad7)
Diffstat (limited to 'source4/scripting/python/config.mk')
-rw-r--r--source4/scripting/python/config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/scripting/python/config.mk b/source4/scripting/python/config.mk
index 37e346a73a..ddbc5674f2 100644
--- a/source4/scripting/python/config.mk
+++ b/source4/scripting/python/config.mk
@@ -6,7 +6,7 @@ INIT_FUNCTION_SENTINEL = { NULL, NULL }
LIBPYTHON_OBJ_FILES = $(addprefix $(pyscriptsrcdir)/, modules.o)
[SUBSYSTEM::PYTALLOC]
-PUBLIC_DEPENDENCIES = EXT_LIB_PYTHON
+PUBLIC_DEPENDENCIES = EXT_LIB_PYTHON LIBTALLOC
PYTALLOC_OBJ_FILES = $(addprefix $(pyscriptsrcdir)/, pytalloc.o)
@@ -30,6 +30,6 @@ $(foreach pyfile, $(_PY_FILES),$(eval $(call python_py_module_template,$(patsubs
$(eval $(call python_py_module_template,samba/misc.py,$(pyscriptsrcdir)/misc.py))
epydoc:: pythonmods
- PYTHONPATH=$(pythonbuilddir) epydoc samba dcerpc
+ PYTHONPATH=$(pythonbuilddir) epydoc --no-private samba dcerpc tdb ldb subunit
install:: installpython