blob: 993e7f16d5e6dddd994410b16020a2e59cc01b56 (
plain)
1
2
3
4
5
6
7
|
if get_option('google-api').allowed()
install_subdir('google', install_dir: 'share/www')
endif
install_subdir('images', install_dir: 'share/www')
install_subdir('styles', install_dir: 'share/www')
|