changeset 18667:69dcc2c8cd9d

lib-sql: sqlite and cassandra libs were mixed up in the Makefile
author Timo Sirainen <tss@iki.fi>
date Wed, 13 May 2015 05:34:16 +0300
parents e178413a905d
children f5749f22276b
files src/lib-sql/Makefile.am
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-sql/Makefile.am	Wed May 13 05:25:31 2015 +0300
+++ b/src/lib-sql/Makefile.am	Wed May 13 05:34:16 2015 +0300
@@ -19,7 +19,7 @@
 SQL_DRIVER_PLUGINS += sqlite
 endif
 if BUILD_CASSANDRA
-SQLITE_LIB = libdriver_cassandra.la
+CASSANDRA_LIB = libdriver_cassandra.la
 SQL_DRIVER_PLUGINS += cassandra
 endif