s4-python: added a samba_python grouping library
authorAndrew Tridgell <tridge@samba.org>
Thu, 21 Oct 2010 03:57:34 +0000 (14:57 +1100)
committerAndrew Tridgell <tridge@samba.org>
Thu, 21 Oct 2010 08:03:26 +0000 (19:03 +1100)
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

source4/scripting/python/wscript_build

index d691d61f73068be3c65054aaddcf3cb4a7dbfccc..70ec90b849fb3f71ef6708cc515e6062b21772e2 100644 (file)
@@ -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',