From fdea090514a6f296b14de76ef2cf17c1ef0eed7a Mon Sep 17 00:00:00 2001 From: kelson42 Date: Sat, 7 Apr 2012 21:22:17 +0000 Subject: [PATCH] + fix new index compilation for "alt" configuration scripts --- src/indexer/Makefile.am.alt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/indexer/Makefile.am.alt b/src/indexer/Makefile.am.alt index 836bb66..24c3daf 100644 --- a/src/indexer/Makefile.am.alt +++ b/src/indexer/Makefile.am.alt @@ -6,6 +6,7 @@ kiwix_index_SOURCES= \ ../common/kiwix/xapian/htmlparse.cc \ ../common/unaccent.cpp \ ../common/kiwix/indexer.cpp \ + ../common/kiwix/reader.cpp \ ../common/kiwix/xapianIndexer.cpp \ ../common/kiwix/cluceneIndexer.cpp include_HEADERS= \ @@ -14,6 +15,7 @@ include_HEADERS= \ ../common/kiwix/xapian/htmlparse.h \ ../common/unaccent.h \ ../common/kiwix/indexer.h \ + ../common/kiwix/reader.h \ ../common/kiwix/xapianIndexer.h \ ../common/kiwix/cluceneIndexer.h kiwix_index_CXXFLAGS=$(XAPIAN_CFLAGS) $(CLUCENE_CFLAGS) $(ICU_CFLAGS) $(LZMA_CFLAGS) -I../common/