dovecot-1.1: fts-solr: Compiling fixes.

dovecot at dovecot.org dovecot at dovecot.org
Sun Jul 13 15:37:50 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.1/rev/480809eee680
changeset: 7747:480809eee680
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Jul 13 14:35:41 2008 +0300
description:
fts-solr: Compiling fixes.

diffstat:

1 file changed, 3 insertions(+), 2 deletions(-)
src/plugins/fts-solr/Makefile.am |    5 +++--

diffs (22 lines):

diff -r 08daafe3ffb0 -r 480809eee680 src/plugins/fts-solr/Makefile.am
--- a/src/plugins/fts-solr/Makefile.am	Sun Jul 13 15:17:15 2008 +0300
+++ b/src/plugins/fts-solr/Makefile.am	Sun Jul 13 14:35:41 2008 +0300
@@ -3,7 +3,8 @@ AM_CPPFLAGS = \
 	-I$(top_srcdir)/src/lib-mail \
 	-I$(top_srcdir)/src/lib-index \
 	-I$(top_srcdir)/src/lib-storage \
-	-I$(top_srcdir)/src/plugins/fts
+	-I$(top_srcdir)/src/plugins/fts \
+	$(CURL_CFLAGS)
 
 lib21_fts_solr_plugin_la_LDFLAGS = -module -avoid-version
 
@@ -11,7 +12,7 @@ module_LTLIBRARIES = \
 	lib21_fts_solr_plugin.la
 
 lib21_fts_solr_plugin_la_LIBADD = \
-	$(CURL_CFLAGS) -lexpat
+	$(CURL_LIBS) -lexpat
 
 lib21_fts_solr_plugin_la_SOURCES = \
 	fts-backend-solr.c \


More information about the dovecot-cvs mailing list