summaryrefslogtreecommitdiff
path: root/src/journal-remote
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-01-04 23:36:00 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-01-19 07:06:32 +0900
commit8d40961c3c64cbeebe8ca5b47693f277c6763e28 (patch)
tree6678d8d6e9890efc39eb980761ffa3694a0a2646 /src/journal-remote
parentb61016f207114b2705eb414b5dba58543716e806 (diff)
downloadsystemd-8d40961c3c64cbeebe8ca5b47693f277c6763e28.tar.gz
meson: slightly disentangle code dependencies
But, still sd-id128 is used in src/basic.
Diffstat (limited to 'src/journal-remote')
-rw-r--r--src/journal-remote/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal-remote/meson.build b/src/journal-remote/meson.build
index 67828c95fe..748dc23b83 100644
--- a/src/journal-remote/meson.build
+++ b/src/journal-remote/meson.build
@@ -24,7 +24,7 @@ endif
libsystemd_journal_remote = static_library(
'systemd-journal-remote',
libsystemd_journal_remote_sources,
- include_directories : includes,
+ include_directories : journal_includes,
dependencies : [threads,
libmicrohttpd,
libgnutls,