chiark / gitweb /
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)
committerSven Eden <yamakuzure@gmx.net>
Wed, 30 May 2018 05:49:46 +0000 (07:49 +0200)
commit5e7c94d0ff790aee82d5cbf934a6a440aeca6f42
treeef061f26378492d8490bad14ab273517f51fc7cc
parent7b0acd5d3752492b8fb182c59976fd1a0ee61031
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/libelogind/meson.build
src/shared/meson.build
src/test/meson.build