From e5a0542ef7843ffcc3377f848cdf73080ff86739 Mon Sep 17 00:00:00 2001 From: reg_ Date: Mon, 9 Apr 2012 11:24:21 +0000 Subject: [PATCH] fixed typo --- src/indexer/Makefile.am.alt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/indexer/Makefile.am.alt b/src/indexer/Makefile.am.alt index 24c3daf..c1c9877 100644 --- a/src/indexer/Makefile.am.alt +++ b/src/indexer/Makefile.am.alt @@ -15,7 +15,7 @@ include_HEADERS= \ ../common/kiwix/xapian/htmlparse.h \ ../common/unaccent.h \ ../common/kiwix/indexer.h \ - ../common/kiwix/reader.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/