diff --git a/sqlcipher.pc.in b/sqlcipher.pc.in index 3799671..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: @PACKAGE_VERSION@ -Libs: -L${libdir} -lsqlite3 +Libs: -L${libdir} -lsqlcipher Libs.private: @LIBS@ Cflags: -I${includedir}