mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
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/
|