mirror of
https://github.com/Icinga/icinga2.git
synced 2025-12-06 13:30:02 +01:00
14 lines
277 B
PkgConfig
14 lines
277 B
PkgConfig
# Package Information for pkg-config
|
|
|
|
prefix=/tmp/i2
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: SQLite
|
|
Description: SQL database engine
|
|
Version: 3.7.12.1
|
|
Libs: -L${libdir} -lsqlite3
|
|
Libs.private: -ldl -lpthread
|
|
Cflags: -I${includedir}
|