diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-03-14 18:17:28 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-03-14 18:17:28 +0100 |
commit | a5f9be457957731f6bd21bf60dd182fb2a6278cf (patch) | |
tree | 8e3305a3ddbea9414e7db4ffc0edeb608d710606 /Makefile.am | |
parent | 9bec0b1e8d4a0cf971c113fe880deba2f9feae24 (diff) |
build-sys: move remaining tools from sbin/ to bin/ since they might eventually be useful for user execution
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am index 7d6cfd12d8..a2e40c3fd1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -106,16 +106,12 @@ rootbin_PROGRAMS = \ systemd-notify \ systemd-ask-password \ systemd-tty-ask-password-agent \ - systemd-tmpfiles - -rootsbin_PROGRAMS = \ + systemd-tmpfiles \ systemd-machine-id-setup bin_PROGRAMS = \ systemd-cgls \ - systemd-stdio-bridge - -sbin_PROGRAMS = \ + systemd-stdio-bridge \ systemd-nspawn if HAVE_GTK |