From cc98df9505662cf456e46bec549b42742215dbec Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sun, 13 Jul 2008 14:35:41 +0300 Subject: [PATCH] fts-solr: Compiling fixes. --HG-- branch : HEAD --- src/plugins/fts-solr/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/plugins/fts-solr/Makefile.am b/src/plugins/fts-solr/Makefile.am index 0827df0921..9698ddb474 100644 --- a/src/plugins/fts-solr/Makefile.am +++ b/src/plugins/fts-solr/Makefile.am @@ -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 \ -- 2.47.3