[API break] Move all the tools in the tools directory instead of common.

The `common` name is from the time where kiwix was only one repository
for all the project (android, desktop, server...).

Now we have split the repositories and kiwix-lib is the "common" repo,
the "common" directory is somehow nonsense.
This commit is contained in:
Matthieu Gautier
2018-11-28 14:15:49 +01:00
parent ecb2a80baf
commit af7689e3e8
26 changed files with 42 additions and 43 deletions

View File

@ -15,12 +15,12 @@ headers = [
install_headers(headers, subdir:'kiwix')
install_headers(
'common/base64.h',
'common/networkTools.h',
'common/otherTools.h',
'common/pathTools.h',
'common/regexTools.h',
'common/stringTools.h',
subdir:'kiwix/common'
'tools/base64.h',
'tools/networkTools.h',
'tools/otherTools.h',
'tools/pathTools.h',
'tools/regexTools.h',
'tools/stringTools.h',
subdir:'kiwix/tools'
)