shipments/shipments/meson.build

11 lines
256 B
Meson

pkgdatadir = join_paths(get_option('prefix'), get_option('datadir'), meson.project_name())
moduledir = join_paths(pkgdatadir, 'shipments')
sources = [
'__init__.py',
'carrier.py',
'structs.py',
]
install_data(sources, install_dir: moduledir)