diff options
Diffstat (limited to 'source4/scripting/python/wscript_build')
-rw-r--r-- | source4/scripting/python/wscript_build | 6 |
1 files changed, 6 insertions, 0 deletions
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', |