summaryrefslogtreecommitdiffstats
path: root/src/shared
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2024-07-03 16:51:05 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2024-07-03 17:25:26 +0200
commit732ed8a84e8b264fccd3f5c0fc68ec2894b6d8ea (patch)
treed0519bc6ea14ad56722e51ce614162ab1d3a5381 /src/shared
parenthwdb: Add some HP IR cameras (diff)
downloadsystemd-732ed8a84e8b264fccd3f5c0fc68ec2894b6d8ea.tar.xz
systemd-732ed8a84e8b264fccd3f5c0fc68ec2894b6d8ea.zip
meson: rename libbasic to libbasic_static
Our variables for internal libraries are named 'libfoo' for the shared lib variant, and 'libfoo_static' for the static lib variant. The only exception was libbasic, because we didn't have a shared variant for it. But let's rename it for consitency. This makes the build config easier to understand.
Diffstat (limited to 'src/shared')
-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 ea1e009286..2250af703a 100644
--- a/src/shared/meson.build
+++ b/src/shared/meson.build
@@ -357,7 +357,7 @@ libshared = shared_library(
'-Wl,--version-script=' + libshared_sym_path],
link_depends : libshared_sym_path,
link_whole : [libshared_static,
- libbasic,
+ libbasic_static,
libsystemd_static],
dependencies : [libshared_deps,
userspace],