mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
Taken from: https://github.com/freebsd/freebsd.git Commit id: d44ce30d3054a38723f89a161c5e003e64d1aaae
13 lines
267 B
PkgConfig
13 lines
267 B
PkgConfig
# Package Information for pkg-config
|
|
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: SQLite
|
|
Description: SQL database engine
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -lsqlite3
|
|
Libs.private: @LIBS@
|
|
Cflags: -I${includedir}
|