dovecot-2.2: Makefile: Fixed dependencies for imap-urlauth

dovecot at dovecot.org dovecot at dovecot.org
Sun Sep 16 04:05:23 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/2fe6d09e68d4
changeset: 15072:2fe6d09e68d4
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Sep 16 04:05:13 2012 +0300
description:
Makefile: Fixed dependencies for imap-urlauth

diffstat:

 src/imap-urlauth/Makefile.am |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (17 lines):

diff -r 97079269a703 -r 2fe6d09e68d4 src/imap-urlauth/Makefile.am
--- a/src/imap-urlauth/Makefile.am	Sun Sep 16 01:08:11 2012 +0300
+++ b/src/imap-urlauth/Makefile.am	Sun Sep 16 04:05:13 2012 +0300
@@ -63,11 +63,10 @@
 imap_urlauth_worker_LDFLAGS = -export-dynamic
 
 urlauth_libs = \
-	$(LIBDOVECOT_STORAGE) \
 	$(top_builddir)/src/lib-imap-urlauth/libimap-urlauth.la
 
-imap_urlauth_worker_LDADD = $(urlauth_libs) $(LIBDOVECOT) $(MODULE_LIBS)
-imap_urlauth_worker_DEPENDENCIES = $(urlauth_libs) $(LIBDOVECOT_DEPS)
+imap_urlauth_worker_LDADD = $(urlauth_libs) $(LIBDOVECOT_STORAGE) $(LIBDOVECOT) $(MODULE_LIBS)
+imap_urlauth_worker_DEPENDENCIES = $(urlauth_libs) $(LIBDOVECOT_STORAGE_DEPS) $(LIBDOVECOT_DEPS)
 
 imap_urlauth_worker_SOURCES = \
 	imap-urlauth-worker.c \


More information about the dovecot-cvs mailing list