summaryrefslogtreecommitdiff
path: root/source4/scripting
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-05-11 04:36:05 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-05-11 04:36:05 +0200
commit8c926a34c8a74e446aa3c07536c1289704c6bc7a (patch)
treedd17656ecdcf1f35ea7879b29884d780e78ef764 /source4/scripting
parent348109e6887865cf9d58bcd5aa8be5974abe33fd (diff)
downloadsamba-8c926a34c8a74e446aa3c07536c1289704c6bc7a.tar.gz
samba-8c926a34c8a74e446aa3c07536c1289704c6bc7a.tar.bz2
samba-8c926a34c8a74e446aa3c07536c1289704c6bc7a.zip
Complete dependencies for python modules (actually matters when built standalone).
(This used to be commit a89b6d8ad71d71271f30d156de20129866ef6aeb)
Diffstat (limited to 'source4/scripting')
-rw-r--r--source4/scripting/python/config.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/source4/scripting/python/config.mk b/source4/scripting/python/config.mk
index a0f5caad3b..e57ff1d1ac 100644
--- a/source4/scripting/python/config.mk
+++ b/source4/scripting/python/config.mk
@@ -5,9 +5,15 @@ smbpython_OBJ_FILES = scripting/python/smbpython.o
[SUBSYSTEM::LIBPYTHON]
PUBLIC_DEPENDENCIES = EXT_LIB_PYTHON
+PRIVATE_DEPENDENCIES = PYTALLOC
INIT_FUNCTION_SENTINEL = { NULL, NULL }
-LIBPYTHON_OBJ_FILES = $(addprefix scripting/python/, modules.o pytalloc.o)
+LIBPYTHON_OBJ_FILES = $(addprefix scripting/python/, modules.o)
+
+[SUBSYSTEM::PYTALLOC]
+PUBLIC_DEPENDENCIES = EXT_LIB_PYTHON
+
+PYTALLOC_OBJ_FILES = $(addprefix scripting/python/, pytalloc.o)
[PYTHON::python_uuid]
PRIVATE_DEPENDENCIES = LIBNDR