summaryrefslogtreecommitdiffstats
path: root/source/l/lmdb/lmdb.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/lmdb/lmdb.pc.in')
-rw-r--r--source/l/lmdb/lmdb.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/source/l/lmdb/lmdb.pc.in b/source/l/lmdb/lmdb.pc.in
new file mode 100644
index 000000000..45d2d319d
--- /dev/null
+++ b/source/l/lmdb/lmdb.pc.in
@@ -0,0 +1,11 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=/usr/lib
+includedir=${prefix}/include
+
+Name: liblmdb
+Description: Lightning Memory-mapped key-value database
+URL: http://symas.com/mdb/
+Version: @PACKAGE_VERSION@
+Libs: -L${libdir} -llmdb
+Cflags: -I${includedir}