mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
9 lines
257 B
Plaintext
9 lines
257 B
Plaintext
|
#!/usr/bin/python
|
||
|
|
||
|
bld.SAMBA_LIBRARY('tdb-wrap',
|
||
|
source='tdb_wrap.c',
|
||
|
deps='tdb_compat talloc samba-util samba-hostconfig',
|
||
|
private_library=True,
|
||
|
local_include=False
|
||
|
)
|