summaryrefslogtreecommitdiff
path: root/src/journal-remote/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/journal-remote/Makefile')
-rw-r--r--src/journal-remote/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/journal-remote/Makefile b/src/journal-remote/Makefile
index f67a33530b..21d07f7712 100644
--- a/src/journal-remote/Makefile
+++ b/src/journal-remote/Makefile
@@ -24,7 +24,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))/../../config.mk
include $(topsrcdir)/build-aux/Makefile.head.mk
ifneq ($(HAVE_MICROHTTPD),)
-rootlibexec_PROGRAMS += \
+libexec_PROGRAMS += \
systemd-journal-remote
systemd_journal_remote_SOURCES = \
@@ -83,7 +83,7 @@ EXTRA_DIST += \
endif
ifneq ($(HAVE_LIBCURL),)
-rootlibexec_PROGRAMS += \
+libexec_PROGRAMS += \
systemd-journal-upload
systemd_journal_upload_SOURCES = \