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 01802eff17..acd4b7a0a1 100644
--- a/src/grp-journal/Makefile
+++ b/src/grp-journal/Makefile
@@ -173,14 +173,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
@@ -188,6 +187,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