mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
316e5e376c
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
9 lines
250 B
Python
9 lines
250 B
Python
#!/usr/bin/python
|
|
|
|
bld.SAMBA_LIBRARY('tdb-wrap',
|
|
source='tdb_wrap.c',
|
|
deps='tdb talloc samba-util samba-hostconfig',
|
|
private_library=True,
|
|
local_include=False
|
|
)
|