summaryrefslogtreecommitdiffstats
path: root/src/daemon/systemd/meson.build
blob: 482a44c4b92edf8ef50faf8e44f51e64847b065e (plain)
1
2
3
4
5
6
if get_option('systemd-system-service').allowed()
  subdir('system')
endif
if get_option('systemd-user-service').allowed()
  subdir('user')
endif