dovecot-2.0: Makefile: Fixed building anvil test.

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 20 09:46:46 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/5ee9e82f3b68
changeset: 10775:5ee9e82f3b68
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Feb 20 09:10:50 2010 +0200
description:
Makefile: Fixed building anvil test.

diffstat:

 src/anvil/Makefile.am |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 77d990bee666 -r 5ee9e82f3b68 src/anvil/Makefile.am
--- a/src/anvil/Makefile.am	Sat Feb 20 09:04:25 2010 +0200
+++ b/src/anvil/Makefile.am	Sat Feb 20 09:10:50 2010 +0200
@@ -37,8 +37,8 @@
 	../lib/liblib.la
 
 test_penalty_SOURCES = test-penalty.c
-test_penalty_LDADD = penalty.lo $(test_libs)
-test_penalty_DEPENDENCIES = penalty.lo $(test_libs)
+test_penalty_LDADD = penalty.o $(test_libs)
+test_penalty_DEPENDENCIES = penalty.o $(test_libs)
 
 check: check-am check-test
 check-test: all-am


More information about the dovecot-cvs mailing list