summaryrefslogtreecommitdiff
path: root/sqlcipher.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'sqlcipher.pc.in')
-rw-r--r--sqlcipher.pc.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/sqlcipher.pc.in b/sqlcipher.pc.in
index c8d0aa9..6ef1a0d 100644
--- a/sqlcipher.pc.in
+++ b/sqlcipher.pc.in
@@ -5,9 +5,9 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
-Name: SQLite
+Name: SQLCipher
Description: SQL database engine
-Version: @RELEASE@
-Libs: -L${libdir} -lsqlite3
+Version: @PACKAGE_VERSION@
+Libs: -L${libdir} -lsqlcipher
Libs.private: @LIBS@
Cflags: -I${includedir}