]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/home/meson.build
install: allow removing symlinks even for units that are gone
[thirdparty/systemd.git] / src / home / meson.build
index c6fc5f3cea5c6c4bbb1a8080449b6a05cdbc7e4b..f573c5fb15af69ac57f25f45373293a75d768750 100644 (file)
@@ -2,6 +2,7 @@
 
 systemd_homework_sources = files(
         'home-util.c',
+        'homework-blob.c',
         'homework-cifs.c',
         'homework-directory.c',
         'homework-fscrypt.c',
@@ -105,6 +106,11 @@ executables += [
                         threads,
                 ],
         },
+        test_template + {
+                'sources' : files('test-homed-regression-31896.c'),
+                'conditions' : ['ENABLE_HOMED'],
+                'type' : 'manual',
+        },
 ]
 
 modules += [