mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
bb1909e15e
(This used to be commit f10fae23f0
)
13 lines
264 B
PkgConfig
13 lines
264 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
|
|
Libs: @LIBS@ -L${libdir} -lldb
|
|
Cflags: -I${includedir} @CFLAGS@
|
|
Modulesdir: ${modulesdir}
|