summaryrefslogtreecommitdiff
path: root/source4/cluster
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-10-30 14:16:35 +1100
committerAndrew Tridgell <tridge@samba.org>2010-10-30 23:49:01 +1100
commit87b3d384c6d26852d5c26cb8740eb42836193577 (patch)
tree9ed3fb3c553642fe24b146b50c19db1996e51a54 /source4/cluster
parent3f3783cad3cf1c6379014b0408f4b3f12a69d3c1 (diff)
downloadsamba-87b3d384c6d26852d5c26cb8740eb42836193577.tar.gz
samba-87b3d384c6d26852d5c26cb8740eb42836193577.tar.bz2
samba-87b3d384c6d26852d5c26cb8740eb42836193577.zip
s4-cluster: make cluster a private shared lib
Diffstat (limited to 'source4/cluster')
-rw-r--r--source4/cluster/wscript_build9
1 files changed, 5 insertions, 4 deletions
diff --git a/source4/cluster/wscript_build b/source4/cluster/wscript_build
index 0b0555dd0b..995e166eca 100644
--- a/source4/cluster/wscript_build
+++ b/source4/cluster/wscript_build
@@ -1,7 +1,8 @@
#!/usr/bin/env python
-bld.SAMBA_SUBSYSTEM('CLUSTER',
- source='cluster.c local.c',
- deps='TDB_WRAP'
- )
+bld.SAMBA_LIBRARY('cluster',
+ source='cluster.c local.c',
+ deps='tdb-wrap samba-hostconfig talloc',
+ private_library=True
+ )