mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
169f129404
(This used to be ctdb commit eaea8a9fa8d2f5e08f3af619fa1008a663f39053)
11 lines
201 B
PkgConfig
11 lines
201 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}
|