summaryrefslogtreecommitdiffstats
path: root/src/tmpfiles/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/tmpfiles/meson.build')
-rw-r--r--src/tmpfiles/meson.build12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/tmpfiles/meson.build b/src/tmpfiles/meson.build
new file mode 100644
index 0000000..cfa3d37
--- /dev/null
+++ b/src/tmpfiles/meson.build
@@ -0,0 +1,12 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
+systemd_tmpfiles_sources = files(
+ 'tmpfiles.c',
+ 'offline-passwd.c',
+ 'offline-passwd.h')
+
+tests += [
+ [files('test-offline-passwd.c',
+ 'offline-passwd.c',
+ 'offline-passwd.h')],
+]