From: Timo Sirainen Date: Sun, 7 Feb 2010 16:38:13 +0000 (+0200) Subject: expire Makefile: Link with .lo, not .o. Helps at least with dependency tracking. X-Git-Tag: 2.0.beta3~131 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=001150454673ba51e4a4ca667c1c6d9beca2f909;p=thirdparty%2Fdovecot%2Fcore.git expire Makefile: Link with .lo, not .o. Helps at least with dependency tracking. --HG-- branch : HEAD --- diff --git a/src/plugins/expire/Makefile.am b/src/plugins/expire/Makefile.am index 6b67a24408..985ef5ceb0 100644 --- a/src/plugins/expire/Makefile.am +++ b/src/plugins/expire/Makefile.am @@ -36,7 +36,7 @@ unused_objects = \ endif libs = \ - expire-env.o \ + expire-env.lo \ $(LIBDOVECOT_STORAGE) \ $(unused_objects)