summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-12-22 19:29:04 +0100
committerLennart Poettering <lennart@poettering.net>2012-12-22 22:17:58 +0100
commit842f3b0fc983d9161e152da5b765008e3e6942a8 (patch)
tree13bc68dce7f0c698879fd25dc89d6b186ffd2deb /Makefile.am
parente83c71637eb3158ad84e1d4f7c4a1ea37f15c55a (diff)
nspawn: allow passing socket activation fds through nspawn
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 429da59ee..8021c9db2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1662,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 \