dovecot-2.0-sslstream: expire Makefile: Link with .lo, not .o. H...

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 13 03:00:55 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0-sslstream/rev/2b4e61bfb645
changeset: 10668:2b4e61bfb645
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Feb 07 18:38:13 2010 +0200
description:
expire Makefile: Link with .lo, not .o. Helps at least with dependency tracking.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/plugins/expire/Makefile.am |    2 +-

diffs (12 lines):

diff -r 3e162b623291 -r 2b4e61bfb645 src/plugins/expire/Makefile.am
--- a/src/plugins/expire/Makefile.am	Sun Feb 07 18:31:21 2010 +0200
+++ b/src/plugins/expire/Makefile.am	Sun Feb 07 18:38:13 2010 +0200
@@ -36,7 +36,7 @@ endif
 endif
 
 libs = \
-	expire-env.o \
+	expire-env.lo \
 	$(LIBDOVECOT_STORAGE) \
 	$(unused_objects)
 


More information about the dovecot-cvs mailing list