summaryrefslogtreecommitdiff
path: root/src/grp-journal/journalctl
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-09-13 17:42:21 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-09-13 17:42:21 -0400
commit2762c4a1018fd85d3445e6438d88668a84f63067 (patch)
tree37cbc4d6407d33ce7158797e004a2c4e64fb9906 /src/grp-journal/journalctl
parentb585358da58463ca0e6fa1961e85340f27583f63 (diff)
tidy
Diffstat (limited to 'src/grp-journal/journalctl')
-rw-r--r--src/grp-journal/journalctl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/grp-journal/journalctl/Makefile b/src/grp-journal/journalctl/Makefile
index a7aa51403e..3c98169647 100644
--- a/src/grp-journal/journalctl/Makefile
+++ b/src/grp-journal/journalctl/Makefile
@@ -23,9 +23,6 @@
include $(dir $(lastword $(MAKEFILE_LIST)))/../../../config.mk
include $(topsrcdir)/build-aux/Makefile.head.mk
-rootbin_PROGRAMS += \
- journalctl
-
# using _CFLAGS = in the conditional below would suppress AM_CFLAGS
journalctl_CFLAGS = \
$(AM_CFLAGS)
@@ -49,6 +46,9 @@ journalctl_LDADD += \
$(QRENCODE_LIBS)
endif # HAVE_QRENCODE
+rootbin_PROGRAMS += \
+ journalctl
+
nodist_systemunit_DATA += \
units/systemd-journal-flush.service \
units/systemd-journal-catalog-update.service