mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
866a3b6e40
metze
(This used to be commit 207643e9c9
)
16 lines
323 B
PkgConfig
16 lines
323 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
modulesdir=@modulesdir@
|
|
|
|
Name: ldb
|
|
Description: An LDAP-like embedded database
|
|
Version: 4.0
|
|
Requires.private: tdb
|
|
Requires: talloc
|
|
Libs: -L${libdir} -lldb
|
|
Cflags: -I${includedir} @CFLAGS@
|
|
Modulesdir: ${modulesdir}
|
|
URL: http://ldb.samba.org/
|