mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
ce4531ee31
It's a bit confusing to mix low-level and high-level libraries. We had multiple libraries in one directory, and there were have circular dependencies with other libraries outside that directory (in this case, samba-hostconfig). Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Mar 10 23:13:01 CET 2012 on sn-devel-104
9 lines
257 B
Python
9 lines
257 B
Python
#!/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
|
|
)
|