diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-04-09 14:08:53 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-04-23 21:47:27 -0400 |
commit | f4ee10a2829e8b10f749de59b2885efb959e7ffa (patch) | |
tree | 6e4504bde6cf2645ccfc5026e1f3192e6c1253bf /src/libsystemd/meson.build | |
parent | 6b30f2801b426dc8a48412f8fd3789fd84521407 (diff) |
meson: create a static version of libshared and link libcore and some tests to it
This is what autoconf-based build does, and it makes test-bus-error and
test-engine able to access the bus error mapping table. OTOH, this is a heavy
price to pay: it would be excellent to link libcore.a to libsystemd-shared-NNN.so.
Otherwise we duplicate the same code in 'systemd' and 'libsystemd-shared-NNN.so'.
-rwxrwxr-x. 1 4075544 Apr 6 20:30 systemd* <-- libcore linked against libsystemd-shared.so
-rwxrwxr-x. 1 5596504 Apr 9 14:07 systemd* <-- libcore linked against libsystemd-shared.a
v2:
- update for 6b5cf3ea621a5bfd218cd2249e066a52c0e73657
Diffstat (limited to 'src/libsystemd/meson.build')
-rw-r--r-- | src/libsystemd/meson.build | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libsystemd/meson.build b/src/libsystemd/meson.build index 5df62ac763..999347da46 100644 --- a/src/libsystemd/meson.build +++ b/src/libsystemd/meson.build @@ -129,10 +129,6 @@ tests += [ [], [threads]], - [['src/libsystemd/sd-bus/test-bus-error.c'], - [], - []], - [['src/libsystemd/sd-bus/test-bus-gvariant.c'], [], [libglib, |