]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - meson.build
Merge pull request #15703 from poettering/homed-tweak-default-storage
[thirdparty/systemd.git] / meson.build
index 1ba304770cf3a4db5eee72d1a118ac0c64ffba3a..4c997ab6f7ed0bc9f5dc34a3077fcd07ddd04ff8 100644 (file)
@@ -2892,6 +2892,8 @@ if conf.get('ENABLE_TMPFILES') == 1
         exe = executable(
                 'systemd-tmpfiles',
                 'src/tmpfiles/tmpfiles.c',
+                'src/tmpfiles/offline-passwd.c',
+                'src/tmpfiles/offline-passwd.h',
                 include_directories : includes,
                 link_with : [libshared],
                 dependencies : [libacl],