From 7ab4179c9ae84de341f8dddd371e048c11e92c97 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sat, 20 Feb 2010 09:10:50 +0200 Subject: [PATCH] Makefile: Fixed building anvil test. --HG-- branch : HEAD --- src/anvil/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3