blob: 90e6f3e7164b5afa5832555dfdea95f6c44bc65a [file] [log] [blame] [raw]
executable('systemd-sulogin-shell',
['sulogin-shell.c'],
include_directories : includes,
link_with : [libshared],
dependencies : [],
install_rpath : rootlibexecdir,
install : true,
install_dir : rootlibexecdir)