summaryrefslogtreecommitdiff
path: root/source4/param
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-10-21 14:56:59 +1100
committerAndrew Tridgell <tridge@samba.org>2010-10-21 19:03:26 +1100
commit19bae689c108ff1f85ee5ce147aa54a9d28f5f30 (patch)
tree4ff7efee0fcc525cc6363fb10d95b060d21f3552 /source4/param
parent62d7b2780807a72e7ae5bb53d65e564f0096ace3 (diff)
downloadsamba-19bae689c108ff1f85ee5ce147aa54a9d28f5f30.tar.gz
samba-19bae689c108ff1f85ee5ce147aa54a9d28f5f30.tar.bz2
samba-19bae689c108ff1f85ee5ce147aa54a9d28f5f30.zip
s4-param: added a libshares grouping library
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/param')
-rw-r--r--source4/param/wscript_build5
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/param/wscript_build b/source4/param/wscript_build
index 3595d0be7a..19f0369930 100644
--- a/source4/param/wscript_build
+++ b/source4/param/wscript_build
@@ -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)