]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - meson.build
core: fix compilation with gcc -O3
[thirdparty/systemd.git] / meson.build
index fea226e2d6f0f794b69d5eb71a25efdea81890c0..4c997ab6f7ed0bc9f5dc34a3077fcd07ddd04ff8 100644 (file)
@@ -1492,6 +1492,7 @@ meson_apply_m4 = find_program('tools/meson-apply-m4.sh')
 
 includes = include_directories('src/basic',
                                'src/boot',
+                               'src/home',
                                'src/shared',
                                'src/systemd',
                                'src/journal',
@@ -2891,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],