]> git.ipfire.org Git - thirdparty/systemd.git/commit - meson.build
meson: use a convenience library for the sources shared between core/ and the outside
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 5 Mar 2019 15:19:40 +0000 (16:19 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 5 Mar 2019 20:01:17 +0000 (21:01 +0100)
commit53f79e125d5614d899bc3489d00850ddf66c45d7
tree582eaf7bd90b065a477542ad8ba61f984cc98e6a
parentbea3d64a73bb9313feed01b6ba9038dab04b9953
meson: use a convenience library for the sources shared between core/ and the outside

This avoids double compilation. Those files are tiny, so it doesn't save time,
but we avoid repeated warnings and errors, and it's generally cleaner to it
this way.

The number of commands in 'ninja -C build clean && ninja -C build' drops from
1462 to 1455 for me.
meson.build
src/core/meson.build
src/test/meson.build