#552261: sqlite is now a dependency of libcamel, and only of libcamel
authorPatrick Ohly <pohly@src.gnome.org>
Tue, 14 Oct 2008 16:41:25 +0000 (16:41 +0000)
committerPatrick Ohly <pohly@src.gnome.org>
Tue, 14 Oct 2008 16:41:25 +0000 (16:41 +0000)
commit02ee659878b2e1c345ac7ed6d5ba849acff9480e
treeef94d3d80142fa701ffb71fe68f10f7c126c718a
parent5d4b12a7414841e36a3e0389a16c49ca74e14fce
#552261: sqlite is now a dependency of libcamel, and only of libcamel

Previously sqlite was listed as dependency of the various other
libs, but not of libcamel itself. It was missing in some places,
which caused compile errors. In the other places it unnecessarily
added libsqlite to the link line.

Together with Sri's fix of not exposing the sqlite handle to users
of libcamel unnecessarily, this commit fixes #552261.

svn path=/trunk/; revision=9668
configure.in