From: Timo Sirainen Date: Sun, 5 Oct 2014 17:56:39 +0000 (+0300) Subject: dsync: Fixed linking with some systems. X-Git-Tag: 2.2.14~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01a486e33a2811754e1559f0b523844cd8f5f27d;p=thirdparty%2Fdovecot%2Fcore.git dsync: Fixed linking with some systems. --- diff --git a/src/doveadm/dsync/Makefile.am b/src/doveadm/dsync/Makefile.am index fcda6454e4..16d88bf962 100644 --- a/src/doveadm/dsync/Makefile.am +++ b/src/doveadm/dsync/Makefile.am @@ -34,7 +34,7 @@ libdsync_la_SOURCES = \ dsync-transaction-log-scan.c libdovecot_dsync_la_SOURCES = -libdovecot_dsync_la_LIBADD = libdsync.la ../../lib-storage/libdovecot-storage.la +libdovecot_dsync_la_LIBADD = libdsync.la ../../lib-storage/libdovecot-storage.la ../../lib-dovecot/libdovecot.la libdovecot_dsync_la_DEPENDENCIES = libdsync.la libdovecot_dsync_la_LDFLAGS = -export-dynamic