]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Makefile: Fixed building anvil test.
authorTimo Sirainen <tss@iki.fi>
Sat, 20 Feb 2010 07:10:50 +0000 (09:10 +0200)
committerTimo Sirainen <tss@iki.fi>
Sat, 20 Feb 2010 07:10:50 +0000 (09:10 +0200)
--HG--
branch : HEAD

src/anvil/Makefile.am

index 85fa434c796debfe7cc7aedca26e170c67cd26ec..75f9a280cbef6da99c99bfc005884a0b04b24bc1 100644 (file)
@@ -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