mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +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
|
|
)
|
|
|