chiark / gitweb /
cgls: by default start with group of PID 1
[elogind.git] / Makefile.am
index a2e40c3fd1748eab52f3ba1c143b6a0111e025c8..6104c809d3e8e548609e7f458b59d412c4e22977 100644 (file)
@@ -260,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 \
@@ -304,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 \
@@ -983,13 +985,15 @@ systemd_cgls_LDADD = \
        libsystemd-basic.la
 
 systemd_nspawn_SOURCES = \
-       src/nspawn.c
+       src/nspawn.c \
+       src/cgroup-util.c
 
 systemd_nspawn_CFLAGS = \
        $(AM_CFLAGS)
 
 systemd_nspawn_LDADD = \
-       libsystemd-basic.la
+       libsystemd-basic.la \
+       libsystemd-daemon.la
 
 systemd_stdio_bridge_SOURCES = \
        src/bridge.c