dovecot-2.2: Makefile: Link libdovecot-storage.so with LINKED_ST...

dovecot at dovecot.org dovecot at dovecot.org
Sun May 20 03:26:31 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/8b91367bc3e1
changeset: 14420:8b91367bc3e1
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Apr 04 06:25:00 2012 +0300
description:
Makefile: Link libdovecot-storage.so with LINKED_STORAGE_LDADD.

diffstat:

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

diffs (12 lines):

diff -r 324df4134049 -r 8b91367bc3e1 src/lib-storage/Makefile.am
--- a/src/lib-storage/Makefile.am	Wed Apr 04 06:16:18 2012 +0300
+++ b/src/lib-storage/Makefile.am	Wed Apr 04 06:25:00 2012 +0300
@@ -86,7 +86,7 @@
 
 pkglib_LTLIBRARIES = libdovecot-storage.la
 libdovecot_storage_la_SOURCES = 
-libdovecot_storage_la_LIBADD = $(shlibs) $(MODULE_LIBS)
+libdovecot_storage_la_LIBADD = $(shlibs) $(LINKED_STORAGE_LDADD) $(MODULE_LIBS)
 libdovecot_storage_la_DEPENDENCIES = $(shlibs)
 libdovecot_storage_la_LDFLAGS = -export-dynamic
 


More information about the dovecot-cvs mailing list