From c00ba78c03518fdb51ea972abfb71778829dfb57 Mon Sep 17 00:00:00 2001 From: reg_ Date: Tue, 24 Apr 2012 14:41:52 +0000 Subject: [PATCH] fixed server packaging on OSX --- src/searcher/Makefile.am.alt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/searcher/Makefile.am.alt b/src/searcher/Makefile.am.alt index 8cfde5c..ede8ca2 100644 --- a/src/searcher/Makefile.am.alt +++ b/src/searcher/Makefile.am.alt @@ -10,7 +10,7 @@ kiwix_search_SOURCES= \ include_HEADERS= \ ../common/unaccent.h \ ../common/kiwix/searcher.h \ - ../common/kiwix/resourceTools.h \ + ../common/resourceTools.h \ ../common/kiwix/xapianSearcher.h \ ../common/kiwix/cluceneSearcher.h kiwix_search_CXXFLAGS=$(XAPIAN_CFLAGS) $(CLUCENE_CFLAGS) $(ICU_CFLAGS) $(CTPP2_CFLAGS) $(ZLIB_CFLAGS) -I../common/