From: Timo Sirainen Date: Fri, 22 Sep 2017 10:48:46 +0000 (+0300) Subject: mail-crypt: Fix linking order X-Git-Tag: 2.3.0.rc1~961 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9eec3f335b9c1763c9874acf9e40c550d4601092;p=thirdparty%2Fdovecot%2Fcore.git mail-crypt: Fix linking order --- diff --git a/src/plugins/mail-crypt/Makefile.am b/src/plugins/mail-crypt/Makefile.am index 706e700bf1..f90f0e2770 100644 --- a/src/plugins/mail-crypt/Makefile.am +++ b/src/plugins/mail-crypt/Makefile.am @@ -94,7 +94,7 @@ test_mail_key_SOURCES = \ mail-crypt-global-key.c \ mail-crypt-userenv.c -test_mail_key_LDADD = $(LIBDOVECOT) $(LIBDOVECOT_STORAGE) +test_mail_key_LDADD = $(LIBDOVECOT_STORAGE) $(LIBDOVECOT) test_mail_key_DEPENDENCIES = $(LIBDOVECOT_DEPS) $(LIBDOVECOT_STORAGE_DEPS) test_mail_key_LDFLAGS = $(DOVECOT_BINARY_LDFLAGS) test_mail_key_CFLAGS = $(AM_CPPFLAGS) $(DOVECOT_BINARY_CFLAGS) -Dtop_builddir=\"$(top_builddir)\"