summaryrefslogtreecommitdiff
path: root/src/grp-journal/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-journal/Makefile')
-rw-r--r--src/grp-journal/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/grp-journal/Makefile b/src/grp-journal/Makefile
index 260d86dece..4e1aaf7925 100644
--- a/src/grp-journal/Makefile
+++ b/src/grp-journal/Makefile
@@ -172,14 +172,13 @@ tests += \
test-compress-benchmark
endif # HAVE_COMPRESSION
-ifneq ($(HAVE_SYSV_COMPAT),)
+dist_tmpfiles_DATA = \
+ tmpfiles.d/journal-nocow.conf
+ifneq ($(HAVE_SYSV_COMPAT),)
varlog_DATA = \
docs/var-log/README
-$(outdir)/README: docs/var-log/README.in
- $(SED_PROCESS)
-
CLEANFILES += \
docs/var-log/README
endif # HAVE_SYSV_COMPAT
@@ -187,6 +186,9 @@ endif # HAVE_SYSV_COMPAT
EXTRA_DIST += \
docs/var-log/README.in
+dist_systempreset_DATA = \
+ 90-journald.preset
+
nested.subdirs += grp-remote
nested.subdirs += journalctl
nested.subdirs += libjournal-core