]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
expire Makefile: Link with .lo, not .o. Helps at least with dependency tracking.
authorTimo Sirainen <tss@iki.fi>
Sun, 7 Feb 2010 16:38:13 +0000 (18:38 +0200)
committerTimo Sirainen <tss@iki.fi>
Sun, 7 Feb 2010 16:38:13 +0000 (18:38 +0200)
--HG--
branch : HEAD

src/plugins/expire/Makefile.am

index 6b67a24408d7d4efcdc41aa8503859630e26d808..985ef5ceb0201b622a1ba8151eccca4d63c72246 100644 (file)
@@ -36,7 +36,7 @@ unused_objects = \
 endif
 
 libs = \
-       expire-env.o \
+       expire-env.lo \
        $(LIBDOVECOT_STORAGE) \
        $(unused_objects)