shares: Remove dependencies on share modules.
authorJelmer Vernooij <jelmer@samba.org>
Tue, 26 Jul 2011 11:32:39 +0000 (13:32 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 26 Jul 2011 15:10:31 +0000 (17:10 +0200)
The build system will already pull these in - if necessary.

source4/param/wscript_build

index 9a455124b0e60dcaa3bf03c2e2ac6df6f319e59f..a35463799afc3ea401c371ef63dd6db46a5230e4 100644 (file)
@@ -73,6 +73,6 @@ bld.SAMBA_SUBSYSTEM('pyparam_util',
 
 bld.SAMBA_LIBRARY('shares',
                   source=[],
-                  deps='share share_classic share_ldb',
+                  deps='share',
                   grouping_library=True,
                   private_library=True)