mirror of
https://github.com/samba-team/samba.git
synced 2025-01-15 23:24:37 +03:00
11 lines
214 B
PkgConfig
11 lines
214 B
PkgConfig
|
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
libdir=@libdir@
|
||
|
includedir=@includedir@
|
||
|
|
||
|
Name: ldb
|
||
|
Description: An LDAP-like embedded database
|
||
|
Version: 4.0
|
||
|
Libs: @LIBS@ -L${libdir} -lldb
|
||
|
Cflags: -I${includedir} @CFLAGS@
|