summaryrefslogtreecommitdiff
path: root/systemd/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/meson.build')
-rw-r--r--systemd/meson.build5
1 files changed, 5 insertions, 0 deletions
diff --git a/systemd/meson.build b/systemd/meson.build
new file mode 100644
index 000000000..b74d76e6c
--- /dev/null
+++ b/systemd/meson.build
@@ -0,0 +1,5 @@
+systemd_unit_conf = configuration_data()
+systemd_unit_conf.set('prefix', get_option('prefix'))
+
+subdir('system')
+subdir('user')