Include subdirectory in the libzim release archive.
Header are in the `include/zim` directory but also in `include/zim/creator`
This commit is contained in:
parent
884c9368fb
commit
40b8bd0d19
|
@ -51,7 +51,7 @@ EXPORT_FILES = {
|
||||||
'libzim':
|
'libzim':
|
||||||
(INSTALL_DIR, ('lib/x86_64-linux-gnu/libzim.so.{}'.format(main_project_versions['libzim']),
|
(INSTALL_DIR, ('lib/x86_64-linux-gnu/libzim.so.{}'.format(main_project_versions['libzim']),
|
||||||
'lib/x86_64-linux-gnu/libzim.so.{}'.format(main_project_versions['libzim'][0]),
|
'lib/x86_64-linux-gnu/libzim.so.{}'.format(main_project_versions['libzim'][0]),
|
||||||
'include/zim/*.h'))
|
'include/zim/**/*.h'))
|
||||||
}
|
}
|
||||||
|
|
||||||
_date = date.today().isoformat()
|
_date = date.today().isoformat()
|
||||||
|
|
Loading…
Reference in New Issue