dovecot-2.0: lib-sql: Fixed compiling --with-sql=plugin.

dovecot at dovecot.org dovecot at dovecot.org
Wed May 5 16:48:44 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/5d76f5b13883
changeset: 11267:5d76f5b13883
user:      Timo Sirainen <tss at iki.fi>
date:      Wed May 05 16:48:40 2010 +0300
description:
lib-sql: Fixed compiling --with-sql=plugin.
Patch by Michal Hlavinka.

diffstat:

 src/lib-sql/Makefile.am |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 4c71be924a00 -r 5d76f5b13883 src/lib-sql/Makefile.am
--- a/src/lib-sql/Makefile.am	Wed May 05 16:47:11 2010 +0300
+++ b/src/lib-sql/Makefile.am	Wed May 05 16:48:40 2010 +0300
@@ -38,13 +38,13 @@
 driver_sources = \
 	driver-mysql.c \
 	driver-pgsql.c \
-	driver-sqlpool.c \
 	driver-sqlite.c
 endif
 
 libsql_la_SOURCES = \
 	$(dist_sources) \
-	$(driver_sources)
+	$(driver_sources) \
+	driver-sqlpool.c
 nodist_libsql_la_SOURCES = sql-drivers-register.c
 
 if SQL_PLUGINS


More information about the dovecot-cvs mailing list