fix systemd-journal makefile (#15727)
Costa Tsaousis committed
Aug 3, 2023 at 15:46 UTC
a7cf7e17e232f3653d486a4570bf48ba9344eaec
1 file changed
+11
collectors/systemd-journal.plugin/Makefile.am
+11
@@ -0,0 +1,11 @@
1
+# SPDX-License-Identifier: GPL-3.0-or-later
2
+
3
+AUTOMAKE_OPTIONS = subdir-objects
4
+MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
5
+
6
+dist_noinst_DATA = \
7
+ README.md \
8
+ $(NULL)
9
+
10
+dist_libconfig_DATA = \
11
+ $(NULL)