Systemd/src/sulogin-shell/meson.build

9 lines
288 B
Meson

executable('systemd-sulogin-shell',
['sulogin-shell.c'],
include_directories : includes,
link_with : [libshared],
dependencies : [],
install_rpath : rootlibexecdir,
install : true,
install_dir : rootlibexecdir)