summaryrefslogtreecommitdiff
path: root/src/journal-remote
diff options
context:
space:
mode:
Diffstat (limited to 'src/journal-remote')
-rw-r--r--src/journal-remote/meson.build12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/journal-remote/meson.build b/src/journal-remote/meson.build
index 5bd93904c5..4bbbc1431f 100644
--- a/src/journal-remote/meson.build
+++ b/src/journal-remote/meson.build
@@ -3,7 +3,8 @@
systemd_journal_upload_sources = files(
'journal-upload.h',
'journal-upload.c',
- 'journal-upload-journal.c')
+ 'journal-upload-journal.c',
+)
libsystemd_journal_remote_sources = files(
'journal-remote-parse.h',
@@ -11,12 +12,14 @@ libsystemd_journal_remote_sources = files(
'journal-remote-write.h',
'journal-remote-write.c',
'journal-remote.h',
- 'journal-remote.c')
+ 'journal-remote.c',
+)
if conf.get('HAVE_MICROHTTPD') == 1
libsystemd_journal_remote_sources += files(
'microhttpd-util.h',
- 'microhttpd-util.c')
+ 'microhttpd-util.c',
+ )
endif
libsystemd_journal_remote = static_library(
@@ -36,7 +39,8 @@ systemd_journal_remote_sources = files('journal-remote-main.c')
systemd_journal_gatewayd_sources = files(
'journal-gatewayd.c',
'microhttpd-util.h',
- 'microhttpd-util.c')
+ 'microhttpd-util.c',
+)
in_files = [
['journal-upload.conf',