summaryrefslogtreecommitdiff
path: root/src/udev/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/udev/meson.build
parentdb7d1dcae69d95583bfb275bc6895a0b3a5db983 (diff)
downloadsystemd-37e4d7a8553c6f43217950fa428ac270378c20b0.tar.gz
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/udev/meson.build')
-rw-r--r--src/udev/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/udev/meson.build b/src/udev/meson.build
index 3b2c7b5e12..fc06d6f85a 100644
--- a/src/udev/meson.build
+++ b/src/udev/meson.build
@@ -113,7 +113,7 @@ if get_option('link-udev-shared')
udev_rpath = rootlibexecdir
else
udev_link_with = [libshared_static,
- libsystemd_internal]
+ libsystemd_static]
udev_rpath = ''
endif