391d12db48
- drop old build system - move shared include and source files to common directory - drop "rc-" prefix from shared include and source files - move executable-specific code to individual directories under src - adjust top-level .gitignore file for new build system This closes #489.
6 lines
107 B
Meson
6 lines
107 B
Meson
if os == 'Linux'
|
|
install_data('rc-sstat',
|
|
install_dir: sbindir,
|
|
install_mode: 'rwxr-xr-x')
|
|
endif
|