summaryrefslogtreecommitdiff
path: root/source4/cluster/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'source4/cluster/wscript_build')
-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
+ )