From 2762c4a1018fd85d3445e6438d88668a84f63067 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 13 Sep 2016 17:42:21 -0400 Subject: tidy --- .../systemd-journal-gatewayd/systemd-journal-gatewayd.sysusers | 1 - src/grp-journal/journalctl/Makefile | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'src/grp-journal') diff --git a/src/grp-journal/grp-remote/systemd-journal-gatewayd/systemd-journal-gatewayd.sysusers b/src/grp-journal/grp-remote/systemd-journal-gatewayd/systemd-journal-gatewayd.sysusers index a60fcf4d42..379be0852e 100644 --- a/src/grp-journal/grp-remote/systemd-journal-gatewayd/systemd-journal-gatewayd.sysusers +++ b/src/grp-journal/grp-remote/systemd-journal-gatewayd/systemd-journal-gatewayd.sysusers @@ -5,5 +5,4 @@ # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. -m4_ifdef(`HAVE_MICROHTTPD', u systemd-journal-gateway - "systemd Journal Gateway" 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 -- cgit v1.2.3-54-g00ecf