project: Move build files to build-aux

An attempt to make the root folder slightly less
cluttered and more organized. No functional changes
whatsoever.
This commit is contained in:
Georges Basile Stavracas Neto 2018-05-10 18:11:23 -03:00
parent 9460babd1e
commit e2a18bec49
6 changed files with 6 additions and 9 deletions

5
build-aux/meson.build Normal file
View file

@ -0,0 +1,5 @@
update_from_gsd = find_program('meson/update-from-gsd.sh')
update_from_gsd_in = files('meson/update-from-gsd.in')
update_from_nma_in = files('meson/update-from-nma.in')
meson.add_install_script('meson/meson_post_install.py', control_center_datadir)

View file

@ -249,10 +249,7 @@ install_subdir(
top_inc = include_directories('.')
shell_inc = include_directories('shell')
update_from_gsd = find_program('update-from-gsd.sh')
update_from_gsd_in = files('update-from-gsd.in')
update_from_nma_in = files('update-from-nma.in')
subdir('build-aux')
subdir('data/icons')
subdir('po')
subdir('panels')
@ -269,11 +266,6 @@ configure_file(
configuration: config_h
)
meson.add_install_script(
'meson_post_install.py',
control_center_datadir
)
output = ''
output += '\n ' + meson.project_name() + ' - ' + meson.project_version() + '\n'
output += ' ===================================\n'