summaryrefslogtreecommitdiff
path: root/src/test/meson.build
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-12-19 11:35:01 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-12-21 17:01:02 +0100
commit37e4d7a8553c6f43217950fa428ac270378c20b0 (patch)
tree0978b8620aa55c2533d5b82e0454f5f6f32ef2c5 /src/test/meson.build
parentdb7d1dcae69d95583bfb275bc6895a0b3a5db983 (diff)
downloadsystemd-37e4d7a8553c6f43217950fa428ac270378c20b0.tar.gz
systemd-37e4d7a8553c6f43217950fa428ac270378c20b0.tar.bz2
systemd-37e4d7a8553c6f43217950fa428ac270378c20b0.zip
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/test/meson.build')
-rw-r--r--src/test/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/meson.build b/src/test/meson.build
index 6bb5bd629e..dcec53fa51 100644
--- a/src/test/meson.build
+++ b/src/test/meson.build
@@ -67,7 +67,7 @@ tests += [
'src/test/test-helper.c'],
[libcore,
libudev,
- libsystemd_internal],
+ libsystemd_static],
[threads,
librt,
libseccomp,
@@ -772,7 +772,7 @@ tests += [
[['src/libsystemd/sd-bus/test-bus-error.c'],
[libshared_static,
- libsystemd_internal],
+ libsystemd_static],
[]],
[['src/libsystemd/sd-bus/test-bus-track.c'],