mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
8420a36dc7
Signed-off-by: Andrew Tridgell <tridge@samba.org>
17 lines
372 B
PkgConfig
17 lines
372 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
modulesdir=@LDB_MODULESDIR@
|
|
|
|
Name: ldb
|
|
Description: An LDAP-like embedded database
|
|
Version: @PACKAGE_VERSION@
|
|
Requires.private: tdb
|
|
Requires: talloc
|
|
Libs: @LIB_RPATH@ -L${libdir} -lldb
|
|
Libs.private: @LDAP_LIBS@
|
|
Cflags: -I${includedir}
|
|
Modulesdir: ${modulesdir}
|
|
URL: http://ldb.samba.org/
|