dovecot-2.2: Makefile: Fixed building fts-squat

dovecot at dovecot.org dovecot at dovecot.org
Sun Sep 16 16:49:01 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/a821cce04eb7
changeset: 15083:a821cce04eb7
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Sep 16 16:48:48 2012 +0300
description:
Makefile: Fixed building fts-squat

diffstat:

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

diffs (14 lines):

diff -r a2159b6d1518 -r a821cce04eb7 src/plugins/fts-squat/Makefile.am
--- a/src/plugins/fts-squat/Makefile.am	Sun Sep 16 16:42:25 2012 +0300
+++ b/src/plugins/fts-squat/Makefile.am	Sun Sep 16 16:48:48 2012 +0300
@@ -34,8 +34,8 @@
 	squat-test.c
 
 common_objects = \
-	squat-trie.o \
-	squat-uidlist.o
+	squat-trie.lo \
+	squat-uidlist.lo
 
 squat_test_LDADD = \
 	$(common_objects) \


More information about the dovecot-cvs mailing list