]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - meson.build
meson: add dist-check-includes replacement
[thirdparty/systemd.git] / meson.build
index b752634c88c0aea02223db1a56e6fae584e8b3af..88f2523f437d5aede9852bccc5dc450338b5e663 100644 (file)
@@ -409,6 +409,7 @@ etags = find_program('etags', required : false)
 
 meson_make_symlink = meson.source_root() + '/tools/meson-make-symlink.sh'
 mkdir_p = 'mkdir -p $DESTDIR/@0@'
+check_compilation_sh = find_program('tools/meson-check-compilation.sh')
 
 # if -Dxxx-path option is found, use that. Otherwise, check in $PATH,
 # /usr/sbin, /sbin, and fall back to the default from middle column.