mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 15:36:13 +08:00
17 lines
364 B
PkgConfig
17 lines
364 B
PkgConfig
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:
|
|
|