summaryrefslogtreecommitdiff
path: root/src/shared/meson.build
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-12-19 11:35:01 +0100
committerSven Eden <yamakuzure@gmx.net>2018-05-30 07:49:46 +0200
commit5e7c94d0ff790aee82d5cbf934a6a440aeca6f42 (patch)
treeef061f26378492d8490bad14ab273517f51fc7cc /src/shared/meson.build
parent7b0acd5d3752492b8fb182c59976fd1a0ee61031 (diff)
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.
Diffstat (limited to 'src/shared/meson.build')
-rw-r--r--src/shared/meson.build2
1 files changed, 1 insertions, 1 deletions
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,