summaryrefslogtreecommitdiffstats
path: root/src/daemon/systemd/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/systemd/meson.build')
-rw-r--r--src/daemon/systemd/meson.build6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/daemon/systemd/meson.build b/src/daemon/systemd/meson.build
new file mode 100644
index 0000000..482a44c
--- /dev/null
+++ b/src/daemon/systemd/meson.build
@@ -0,0 +1,6 @@
+if get_option('systemd-system-service').allowed()
+ subdir('system')
+endif
+if get_option('systemd-user-service').allowed()
+ subdir('user')
+endif