The branch, master has been updated
via bf80450... waf: Add missing dependency (so header paths are
inherited) on talloc to internal python lib.
from 5143353... samba4: Build libreplace as builtin library by default
so it doesn't end up in $prefix/lib.
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit bf8045037dae76d1e5f1faa0d6586a90e894fb31
Author: Jelmer Vernooij <[email protected]>
Date: Sat Jun 19 02:26:13 2010 +0200
waf: Add missing dependency (so header paths are inherited) on talloc to
internal python lib.
-----------------------------------------------------------------------
Summary of changes:
source4/scripting/python/wscript_build | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source4/scripting/python/wscript_build
b/source4/scripting/python/wscript_build
index 9eed8b8..e78d4e2 100644
--- a/source4/scripting/python/wscript_build
+++ b/source4/scripting/python/wscript_build
@@ -5,6 +5,7 @@ bld.SAMBA_SUBSYSTEM('LIBPYTHON',
public_deps='EXT_LIB_PYTHON',
init_function_sentinal='{NULL,NULL}',
needs_python=True,
+ deps='talloc',
)
--
Samba Shared Repository