1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-14 19:24:43 +03:00
samba-mirror/source4/cluster/wscript_build

8 lines
104 B
Plaintext
Raw Normal View History

#!/usr/bin/env python
bld.SAMBA_SUBSYSTEM('CLUSTER',
source='cluster.c local.c',
deps='TDB_WRAP'
)