From 5e7c94d0ff790aee82d5cbf934a6a440aeca6f42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 19 Dec 2017 11:35:01 +0100 Subject: 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. --- src/shared/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared/meson.build') diff --git a/src/shared/meson.build b/src/shared/meson.build index d96fca747..9270648dd 100644 --- a/src/shared/meson.build +++ b/src/shared/meson.build @@ -199,7 +199,7 @@ libshared = shared_library( basic_sources, #if 0 /// UNNEEDED by elogind # journal_internal_sources, -# libsystemd_internal_sources, +# libsystemd_sources, # libudev_sources, #else libelogind_internal_sources, -- cgit v1.2.3