mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-04 10:53:30 +08:00

Previously we needed the cflags to include the original HAVE_ICONV value so that MdbHandle looked the same to client applications as it did to the compiled library. Now we use a .in file for the header so that these definitions are not necessary when the client is compiling.
16 lines
387 B
PkgConfig
16 lines
387 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: libmdb
|
|
Description: core MDB file support library
|
|
Requires: @GLIB_PACKAGE@
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lmdb
|
|
Cflags: -I${includedir}
|