dovecot-1.1: Link test-imap with libmail.a as well (required by ...
    dovecot at dovecot.org 
    dovecot at dovecot.org
       
    Fri May 30 22:58:33 EEST 2008
    
    
  
details:   http://hg.dovecot.org/dovecot-1.1/rev/e2497df7cf3f
changeset: 7579:e2497df7cf3f
user:      Timo Sirainen <tss at iki.fi>
date:      Fri May 30 22:54:34 2008 +0300
description:
Link test-imap with libmail.a as well (required by some linkers)
diffstat:
1 file changed, 1 insertion(+)
src/tests/Makefile.am |    1 +
diffs (9 lines):
diff -r 5766890f1275 -r e2497df7cf3f src/tests/Makefile.am
--- a/src/tests/Makefile.am	Fri May 30 12:00:29 2008 +0300
+++ b/src/tests/Makefile.am	Fri May 30 22:54:34 2008 +0300
@@ -44,4 +44,5 @@ test_imap_LDADD = \
 	$(RAND_LIBS) \
 	libtest.a \
 	../lib-imap/libimap.a \
+	../lib-mail/libmail.a \
 	../lib/liblib.a
    
    
More information about the dovecot-cvs
mailing list