latest version of sqlcipher has changed the lib name to libsqlcipher.a

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6481 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-07-05 18:57:56 +00:00
parent 393e799e5f
commit fa3cc82790
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ linux-* {
LIBS += ../../supportlibs/pegmarkdown/lib/libpegmarkdown.a
# We need a explicit path here, to force using the home version of sqlite3 that really encrypts the database.
LIBS += ../../../lib/sqlcipher/.libs/libsqlite3.a
LIBS += ../../../lib/sqlcipher/.libs/libsqlcipher.a
}
LIBS *= -lglib-2.0

View File

@ -32,7 +32,7 @@ linux-* {
gxs {
# We need a explicit path here, to force using the home version of sqlite3 that really encrypts the database.
LIBS += ../../../lib/sqlcipher/.libs/libsqlite3.a
LIBS += ../../../lib/sqlcipher/.libs/libsqlcipher.a
}
}