mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
90c03ccf4c
The library is called tdb, so the pc file must have the same name. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Autobuild-User: Rusty Russell <rusty@rustcorp.com.au> Autobuild-Date: Mon Feb 27 06:59:58 CET 2012 on sn-devel-104
12 lines
239 B
PkgConfig
12 lines
239 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/
|