summaryrefslogtreecommitdiff
path: root/src/sulogin-shell/meson.build
blob: 80ac8c43d0cf8ef78cf62bb7be79fcb2c2d70abc (plain)
1
2
3
4
5
6
7
8
9
# -*- mode: meson -*-

gen = configure_file(
  input : 'systemd-sulogin-shell.in',
  output : 'systemd-sulogin-shell',
  configuration : substs)

install_data(gen,
             install_dir : rootlibexecdir)