diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2015-01-17 18:01:01 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2015-01-17 18:27:23 +0100 |
commit | b58d857136496ee463223cd90af46512e9eef152 (patch) | |
tree | 064c91cf1ad4900f3fd1ed96c474581dff41f93b | |
parent | 288026bda90245ae6523441ce308d58ad1caefc8 (diff) |
build: move stdio-bridge into $PATH
Make sure stdio-bridge can be found in $PATH. Otherwise, "xyzctl -H"
fails.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 88b4c6746d..f5cb290d7f 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 |