dovecot-2.2: Makefile: Fixed linking libdovecot-dsync
dovecot at dovecot.org
dovecot at dovecot.org
Mon Sep 15 22:12:26 UTC 2014
details: http://hg.dovecot.org/dovecot-2.2/rev/a49c4e0d351a
changeset: 17808:a49c4e0d351a
user: Timo Sirainen <tss at iki.fi>
date: Tue Sep 16 01:12:21 2014 +0300
description:
Makefile: Fixed linking libdovecot-dsync
diffstat:
src/doveadm/dsync/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 0ce514f5f899 -r a49c4e0d351a src/doveadm/dsync/Makefile.am
--- a/src/doveadm/dsync/Makefile.am Tue Sep 16 01:09:53 2014 +0300
+++ b/src/doveadm/dsync/Makefile.am Tue Sep 16 01:12:21 2014 +0300
@@ -39,7 +39,7 @@
libdoveadm_dsync_la_DEPENDENCIES = libdsync.la
libdovecot_dsync_la_SOURCES =
-libdovecot_dsync_la_LIBADD = libdsync.la
+libdovecot_dsync_la_LIBADD = libdsync.la ../../lib-storage/libdovecot-storage.la
libdovecot_dsync_la_DEPENDENCIES = libdsync.la
libdovecot_dsync_la_LDFLAGS = -export-dynamic
More information about the dovecot-cvs
mailing list