s4-param: added a libshares grouping library
authorAndrew Tridgell <tridge@samba.org>
Thu, 21 Oct 2010 03:56:59 +0000 (14:56 +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/param/wscript_build

index 3595d0be7a76c6cf896e052c32e9c4fac0f2e4bf..19f036993078d055e5e40189e5e7869a7dc1a9a5 100644 (file)
@@ -60,3 +60,8 @@ bld.SAMBA_SUBSYSTEM('pyparam_util',
        pyext=True,
        )
 
+bld.SAMBA_LIBRARY('libshares',
+                  source=[],
+                  deps='share share_classic share_ldb',
+                  grouping_library=True,
+                  private_library=True)