mirror of
https://github.com/mariadb-corporation/libmarias3.git
synced 2025-04-18 16:24:01 +03:00
12 lines
220 B
PkgConfig
12 lines
220 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: @PACKAGE_NAME@
|
|
Version: @PACKAGE_VERSION@
|
|
Description: a C connector for Amazon's S3.
|
|
|
|
Libs: -L${libdir} @LIBS@
|
|
Cflags: -I${includedir}
|