From: David Herrmann Date: Sat, 17 Jan 2015 17:01:01 +0000 (+0100) Subject: build: move stdio-bridge into $PATH X-Git-Tag: v219~466 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=b58d857136496ee463223cd90af46512e9eef152 build: move stdio-bridge into $PATH Make sure stdio-bridge can be found in $PATH. Otherwise, "xyzctl -H" fails. --- diff --git a/Makefile.am b/Makefile.am index 88b4c6746..f5cb290d7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -368,6 +368,7 @@ bin_PROGRAMS = \ systemd-delta \ systemd-analyze \ systemd-run \ + systemd-stdio-bridge \ systemd-path dist_bin_SCRIPTS = \ @@ -391,7 +392,6 @@ rootlibexec_PROGRAMS = \ systemd-sysctl \ systemd-sleep \ systemd-bus-proxyd \ - systemd-stdio-bridge \ systemd-socket-proxyd \ systemd-update-done