mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
b690fedef5
we won't be using the mk -> wscript generator again
8 lines
104 B
Python
8 lines
104 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_SUBSYSTEM('CLUSTER',
|
|
source='cluster.c local.c',
|
|
deps='TDB_WRAP'
|
|
)
|
|
|