summaryrefslogtreecommitdiff
path: root/src/resolve
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-04-14 18:49:47 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-04-23 21:47:28 -0400
commitaac2605820859fe2908ba9adfcb96a65b2e375e5 (patch)
treee89fd0988b8e587108457e9c370d7017e2518f2b /src/resolve
parentab916f2e8101a4733f66b8d291895af73965b379 (diff)
meson: eliminate libsystemd_journal_internal and use libsystemd_internal less
This simplifies things and leads to a smaller installation footprint. libsystemd_internal and libsystemd_journal_internal are linked into libystemd-shared and available to all programs linked to libsystemd-shared. libsystemd_journal_internal is not needed anymore, and libsystemd-shared is used everwhere. The few exceptions are: libsystemd.so, test-engine, test-bus-error, and various loadable modules.
Diffstat (limited to 'src/resolve')
-rw-r--r--src/resolve/meson.build9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/resolve/meson.build b/src/resolve/meson.build
index c06cc997ad..f0bbce49c4 100644
--- a/src/resolve/meson.build
+++ b/src/resolve/meson.build
@@ -149,7 +149,7 @@ tests += [
basic_dns_sources,
dns_type_headers,
'src/shared/test-tables.h'],
- [libshared],
+ [],
[libgcrypt,
libm],
'ENABLE_RESOLVED'],
@@ -157,7 +157,7 @@ tests += [
[['src/resolve/test-dns-packet.c',
basic_dns_sources,
dns_type_headers],
- [libshared],
+ [],
[libgcrypt,
libm],
'ENABLE_RESOLVED'],
@@ -165,7 +165,7 @@ tests += [
[['src/resolve/test-dnssec.c',
basic_dns_sources,
dns_type_headers],
- [libshared],
+ [],
[libgcrypt,
libm],
'ENABLE_RESOLVED'],
@@ -173,8 +173,7 @@ tests += [
[['src/resolve/test-dnssec-complex.c',
'src/resolve/dns-type.c',
dns_type_headers],
- [libshared,
- libsystemd_internal],
+ [],
[],
'ENABLE_RESOLVED', 'manual'],
]