20 lines
564 B
PkgConfig
Vendored
20 lines
564 B
PkgConfig
Vendored
#
|
||
# pkg_config.pc.in
|
||
#
|
||
# pkg_config configuration file
|
||
# For a detailed description of options, please visit
|
||
# Dan Nicholson’s Guide to pkg-config (http://www.freedesktop.org/wiki/Software/pkg-config/)
|
||
#
|
||
|
||
prefix=/usr/local
|
||
includedir=${prefix}/include/mariadb/
|
||
libdir=${prefix}/lib/mariadb/
|
||
|
||
Name: libmariadb
|
||
Version: 3.4.10
|
||
Description: MariaDB Connector/C dynamic library
|
||
Cflags: -I${includedir}
|
||
Libs: -L${libdir} -lmariadb
|
||
Libs.private: -ldl -lm -l/home/scott/claude/calog/vendor/openssl/libssl.a -l/home/scott/claude/calog/vendor/openssl/libcrypto.a
|
||
|
||
|