chiark / gitweb /
socket: support socket activation of containers
[elogind.git] / Makefile.am
index f8fe2529ab92d41ff75567d576baba98462f784e..8021c9db25a1cece63a2249fa38c88ba74eadce8 100644 (file)
@@ -422,11 +422,6 @@ systemgenerator_PROGRAMS += \
        systemd-rc-local-generator
 endif
 
-if TARGET_FRUGALWARE
-dist_systemunit_DATA += \
-       units/frugalware/display-manager.service
-endif
-
 if TARGET_SUSE
 dist_systemunit_DATA += \
        units/suse/rc-local.service \
@@ -1667,7 +1662,9 @@ systemd_nspawn_SOURCES = \
        src/core/mount-setup.c \
        src/core/mount-setup.h \
        src/core/loopback-setup.c \
-       src/core/loopback-setup.h
+       src/core/loopback-setup.h \
+       src/core/fdset.c \
+       src/core/fdset.h
 
 systemd_nspawn_LDADD = \
        libsystemd-label.la \