mdbtools/libmdbsql.pc.in
Evan Miller 148eed1546 Fix pkg-config Cflags
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.
2021-08-20 07:24:40 -04:00

16 lines
379 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: -I${includedir}