mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
02d4b74701
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Martin Schwenke <martin@meltin.net>
9 lines
234 B
Python
9 lines
234 B
Python
#!/usr/bin/python
|
|
|
|
bld.SAMBA_LIBRARY('tdb-wrap',
|
|
source='tdb_wrap.c',
|
|
deps='tdb talloc samba-debug',
|
|
private_library=True,
|
|
local_include=False
|
|
)
|