2023-05-08 11:42:26 -07:00
|
|
|
project('adsms')
|
|
|
|
|
|
|
|
py = import('python').find_installation()
|
|
|
|
|
|
|
|
py.install_sources(
|
2023-05-08 15:17:06 -07:00
|
|
|
'adsms/__init__.py',
|
2023-05-08 16:23:51 -07:00
|
|
|
'debian/adsms.service',
|
2023-05-08 11:42:26 -07:00
|
|
|
)
|
|
|
|
|
|
|
|
install_data('run_adsms.py', install_dir: get_option('bindir'), rename: 'adsms')
|