1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source4/cluster/wscript_build
2010-10-30 23:49:01 +11:00

9 lines
217 B
Python

#!/usr/bin/env python
bld.SAMBA_LIBRARY('cluster',
source='cluster.c local.c',
deps='tdb-wrap samba-hostconfig talloc',
private_library=True
)