From af36485ae54b2a9a1263468ec4388423ccb3588b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 21 Oct 2010 14:57:34 +1100 Subject: s4-python: added a samba_python grouping library Pair-Programmed-With: Andrew Bartlett --- source4/scripting/python/wscript_build | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source4/scripting/python') diff --git a/source4/scripting/python/wscript_build b/source4/scripting/python/wscript_build index d691d61f73..70ec90b849 100644 --- a/source4/scripting/python/wscript_build +++ b/source4/scripting/python/wscript_build @@ -1,5 +1,11 @@ #!/usr/bin/env python +bld.SAMBA_LIBRARY('samba_python', + source=[], + deps='LIBPYTHON PYTALLOC pyrpc_util', + grouping_library=True, + private_library=True) + bld.SAMBA_SUBSYSTEM('LIBPYTHON', source='modules.c', public_deps='EXT_LIB_PYTHON', -- cgit