[systemd-commits] Makefile.am
Lennart Poettering
lennart at kemper.freedesktop.org
Mon Mar 14 10:17:35 PDT 2011
Makefile.am | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
New commits:
commit a5f9be457957731f6bd21bf60dd182fb2a6278cf
Author: Lennart Poettering <lennart at poettering.net>
Date: Mon Mar 14 18:17:28 2011 +0100
build-sys: move remaining tools from sbin/ to bin/ since they might eventually be useful for user execution
diff --git a/Makefile.am b/Makefile.am
index 7d6cfd1..a2e40c3 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
More information about the systemd-commits
mailing list