mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
35b34e8e42
The tdb build needs to know whether Samba is building with TDB bundled or not, otherwise linking will fail. Signed-off-by: David Mulder <dmulder@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
17 lines
308 B
TOML
17 lines
308 B
TOML
[package]
|
|
name = "tdb"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
chelps = { workspace = true }
|
|
dbg.workspace = true
|
|
libc.workspace = true
|
|
ntstatus_gen.workspace = true
|
|
|
|
[build-dependencies]
|
|
bindgen = "0.69.4"
|
|
config.workspace = true
|