mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
Always build and install .pc files as they make sense for static libs as well. (This used to be commit 82cb91e2dd50899050066cccee82cb5be52ec3fe)
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/
|