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

9 lines
217 B
Plaintext
Raw Normal View History

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