repo.or.cz
/
sqlcipher.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
disable key initialization on the no-encryption speed test
[sqlcipher.git]
/
sqlite3.pc.in
blob
c8d0aa9d5dc9f211f71b4f17c396a615e55d7adc
1
# Package Information for pkg-config
2
3
prefix=@prefix@
4
exec_prefix=@exec_prefix@
5
libdir=@libdir@
6
includedir=@includedir@
7
8
Name: SQLite
9
Description: SQL database engine
10
Version: @RELEASE@
11
Libs: -L${libdir} -lsqlite3
12
Libs.private: @LIBS@
13
Cflags: -I${includedir}