lmdb/lmdb.pc.in
Petr Šabata dfbbc490a6 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/lmdb#c4e8221bde5e70e2e2318003f31e4956656a1ed0
2020-10-15 18:30:49 +02:00

12 lines
256 B
PkgConfig

prefix=@PREFIX@
exec_prefix=@EXEC_PREFIX@
libdir=@LIBDIR@
includedir=@INCLUDEDIR@
Name: liblmdb
Description: Lightning Memory-mapped key-value database
URL: http://symas.com/mdb/
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -llmdb
Cflags: -I${includedir}