Remove the indexer functionnality from kiwix-lib.

This is not used anymore.
This commit is contained in:
Matthieu Gautier
2017-04-06 15:35:30 +02:00
parent 2906202056
commit e28dbe7c7e
6 changed files with 2 additions and 860 deletions

View File

@ -5,12 +5,8 @@ headers = [
'searcher.h'
]
if not get_option('android')
headers += ['indexer.h']
endif
if xapian_dep.found()
headers += ['xapianIndexer.h', 'xapianSearcher.h']
headers += ['xapianSearcher.h']
endif
install_headers(headers, subdir:'kiwix')