meson: rename libsystemd_internal to libsystem_static
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 19 Dec 2017 10:35:01 +0000 (11:35 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 21 Dec 2017 16:01:02 +0000 (17:01 +0100)
commit37e4d7a8553c6f43217950fa428ac270378c20b0
tree0978b8620aa55c2533d5b82e0454f5f6f32ef2c5
parentdb7d1dcae69d95583bfb275bc6895a0b3a5db983
meson: rename libsystemd_internal to libsystem_static

We already use the "_static" suffix for libshared_static ("shared" is the name
of the library, "static" is the format) and other libs, so let's rename for
consistency.

Also change libsystemd_static_sources to libsystemd_sources, since the same
list is used for both and shorter is better.
meson.build
src/libsystemd/meson.build
src/libudev/meson.build
src/shared/meson.build
src/test/meson.build
src/udev/meson.build