diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-10-21 14:57:34 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-10-21 19:03:26 +1100 |
commit | af36485ae54b2a9a1263468ec4388423ccb3588b (patch) | |
tree | 48cf52263ad4b9718b48d1da7aae5cb35b1fc733 | |
parent | 19bae689c108ff1f85ee5ce147aa54a9d28f5f30 (diff) | |
download | samba-af36485ae54b2a9a1263468ec4388423ccb3588b.tar.gz samba-af36485ae54b2a9a1263468ec4388423ccb3588b.tar.bz2 samba-af36485ae54b2a9a1263468ec4388423ccb3588b.zip |
s4-python: added a samba_python grouping library
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
-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', |