chiark / gitweb /
units: add console-shell.service which can be used insted of the gettys to get a...
[elogind.git] / Makefile.am
index 7d6cfd12d87bb2de1df465b83ea108e291d3db6a..97c8be35ee039f21f30a53e12538ae7074fb1209 100644 (file)
@@ -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
@@ -264,6 +260,7 @@ dist_systemunit_DATA = \
 nodist_systemunit_DATA = \
        units/getty@.service \
        units/serial-getty@.service \
+        units/console-shell.service \
        units/graphical.target \
        units/remote-fs.target \
        units/multi-user.target \
@@ -308,6 +305,7 @@ nodist_userunit_DATA = \
 EXTRA_DIST = \
        units/getty@.service.m4 \
        units/serial-getty@.service.m4 \
+        units/console-shell.service.m4 \
        units/graphical.target.m4 \
        units/multi-user.target.m4 \
        units/remote-fs.target.m4 \