summaryrefslogtreecommitdiffstats
path: root/collectors/systemd-journal.plugin
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@netdata.cloud>2023-08-03 15:46:28 +0300
committerGitHub <noreply@github.com>2023-08-03 15:46:28 +0300
commita7cf7e17e232f3653d486a4570bf48ba9344eaec (patch)
tree482d2c421594adc0f57f308e58384de82baa684b /collectors/systemd-journal.plugin
parentce75313de06ee1e8aa5a59d57625ca25d467f0f8 (diff)
fix systemd-journal makefile (#15727)
Diffstat (limited to 'collectors/systemd-journal.plugin')
-rw-r--r--collectors/systemd-journal.plugin/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/collectors/systemd-journal.plugin/Makefile.am b/collectors/systemd-journal.plugin/Makefile.am
index e69de29bb2..fd8f4ab216 100644
--- a/collectors/systemd-journal.plugin/Makefile.am
+++ b/collectors/systemd-journal.plugin/Makefile.am
@@ -0,0 +1,11 @@
+# SPDX-License-Identifier: GPL-3.0-or-later
+
+AUTOMAKE_OPTIONS = subdir-objects
+MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
+
+dist_noinst_DATA = \
+ README.md \
+ $(NULL)
+
+dist_libconfig_DATA = \
+ $(NULL)