mirror of
https://github.com/samba-team/samba.git
synced 2025-01-06 13:18:07 +03:00
9 lines
217 B
Python
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
|
|
)
|
|
|