mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
dbe5084f8e
Always build and install .pc files as they make sense for static libs
as well.
(This used to be commit 82cb91e2dd
)
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/
|