summaryrefslogtreecommitdiff
path: root/src/grp-journal/journalctl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-journal/journalctl/Makefile')
-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