From: Timo Sirainen Date: Sat, 20 Feb 2010 07:10:50 +0000 (+0200) Subject: Makefile: Fixed building anvil test. X-Git-Tag: 2.0.beta3~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7ab4179c9ae84de341f8dddd371e048c11e92c97;p=thirdparty%2Fdovecot%2Fcore.git Makefile: Fixed building anvil test. --HG-- branch : HEAD --- diff --git a/src/anvil/Makefile.am b/src/anvil/Makefile.am index 85fa434c79..75f9a280cb 100644 --- a/src/anvil/Makefile.am +++ b/src/anvil/Makefile.am @@ -37,8 +37,8 @@ test_libs = \ ../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