mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-02-25 13:13:06 +08:00
new files from Michael Meeks patch I neglected to check in
This commit is contained in:
15
libmdb.pc.in
Normal file
15
libmdb.pc.in
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
prefix=@prefix@
|
||||||
|
exec_prefix=@exec_prefix@
|
||||||
|
libdir=@libdir@
|
||||||
|
includedir=@includedir@
|
||||||
|
|
||||||
|
# Ideally we should have a versioned library eg. -lmdb-1
|
||||||
|
# and also a versioned include path eg. -I${includedir}/libmdb-1.0
|
||||||
|
# for parallel installability.
|
||||||
|
|
||||||
|
Name: libmdb
|
||||||
|
Description: core MDB file support library
|
||||||
|
Requires: glib-2.0
|
||||||
|
Version: @VERSION@
|
||||||
|
Libs: -L${libdir} -lmdb
|
||||||
|
Cflags:
|
||||||
16
libmdbsql.pc.in
Normal file
16
libmdbsql.pc.in
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
prefix=@prefix@
|
||||||
|
exec_prefix=@exec_prefix@
|
||||||
|
libdir=@libdir@
|
||||||
|
includedir=@includedir@
|
||||||
|
|
||||||
|
# Ideally we should have a versioned library eg. -lmdb-1
|
||||||
|
# and also a versioned include path eg. -I${includedir}/libmdb-1.0
|
||||||
|
# for parallel installability.
|
||||||
|
|
||||||
|
Name: libmdbsql
|
||||||
|
Description: libmdb based SQL engine
|
||||||
|
Requires: libmdb
|
||||||
|
Version: @VERSION@
|
||||||
|
Libs: -L${libdir} -lmdbsql
|
||||||
|
Cflags:
|
||||||
|
|
||||||
Reference in New Issue
Block a user