mdbtools/libmdb.pc.in
Evan Miller d186a98119 Have libmdb.pc reflect --disable-glib
Also try to work around Travis issues with sudo, libtool, and clang
2020-12-04 07:33:51 -05:00

16 lines
371 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: