dovecot-2.0: expire Makefile: Link with .lo, not .o. Helps at le...

dovecot at dovecot.org dovecot at dovecot.org
Sun Feb 7 18:38:17 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/2b4e61bfb645
changeset: 10667: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