mirror of
https://github.com/samba-team/samba.git
synced 2025-01-15 23:24:37 +03:00
42d131d951
metze Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be ctdb commit 1d5c5a221c28f1dc652a80ed516a0f18ba588d9f)
12 lines
228 B
PkgConfig
12 lines
228 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: tdb
|
|
Description: A trivial database
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -ltdb
|
|
Cflags: -I${includedir}
|
|
URL: http://tdb.samba.org/
|