Fix lib naming for pkg-config

This commit is contained in:
Nick Parker
2013-09-06 07:57:22 -05:00
parent fd75108661
commit 4872b2af20
+2 -2
View File
@@ -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}