build-sys: move remaining tools from sbin/ to bin/ since they might eventually be useful for user execution

This commit is contained in:
Lennart Poettering 2011-03-14 18:17:28 +01:00
parent 9bec0b1e8d
commit a5f9be4579

View file

@ -106,16 +106,12 @@ rootbin_PROGRAMS = \
systemd-notify \ systemd-notify \
systemd-ask-password \ systemd-ask-password \
systemd-tty-ask-password-agent \ systemd-tty-ask-password-agent \
systemd-tmpfiles systemd-tmpfiles \
rootsbin_PROGRAMS = \
systemd-machine-id-setup systemd-machine-id-setup
bin_PROGRAMS = \ bin_PROGRAMS = \
systemd-cgls \ systemd-cgls \
systemd-stdio-bridge systemd-stdio-bridge \
sbin_PROGRAMS = \
systemd-nspawn systemd-nspawn
if HAVE_GTK if HAVE_GTK