mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
fe1fc55c61
(This used to be ctdb commit bb3a32ec055432afc7225c9fd7504fb187694bda)
12 lines
240 B
PkgConfig
12 lines
240 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: tdb
|
|
Description: A trivial database
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: @LIB_RPATH@ -L${libdir} -ltdb
|
|
Cflags: -I${includedir}
|
|
URL: http://tdb.samba.org/
|