6f137d44e7
FossilOrigin-Name: 7525a1a9106f492d288676fd8aa00b470db2dc4b
13 lines
249 B
Plaintext
13 lines
249 B
Plaintext
# Package Information for pkg-config
|
|
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: SQLite
|
|
Description: SQL database engine
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lsqlite
|
|
Cflags: -I${includedir}
|