dovecot-2.0: lib-sql: Install libdovecot-sql.so as well.

dovecot at dovecot.org dovecot at dovecot.org
Sun Jan 30 23:57:17 EET 2011


details:   http://hg.dovecot.org/dovecot-2.0/rev/f57d19f262a5
changeset: 12581:f57d19f262a5
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Jan 30 23:56:23 2011 +0200
description:
lib-sql: Install libdovecot-sql.so as well.

diffstat:

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

diffs (16 lines):

diff -r ff73c325ff01 -r f57d19f262a5 src/lib-sql/Makefile.am
--- a/src/lib-sql/Makefile.am	Sun Jan 30 23:16:46 2011 +0200
+++ b/src/lib-sql/Makefile.am	Sun Jan 30 23:56:23 2011 +0200
@@ -64,6 +64,12 @@
 libdriver_sqlite_la_SOURCES = driver-sqlite.c
 endif
 
+pkglib_LTLIBRARIES = libdovecot-sql.la
+libdovecot_sql_la_SOURCES = 
+libdovecot_sql_la_LIBADD = libsql.la $(MODULE_LIBS)
+libdovecot_sql_la_DEPENDENCIES = libsql.la
+libdovecot_sql_la_LDFLAGS = -export-dynamic
+
 headers = \
 	sql-api.h \
 	sql-api-private.h \


More information about the dovecot-cvs mailing list