summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-08-02 04:49:37 +0200
committerLennart Poettering <lennart@poettering.net>2011-08-02 04:49:37 +0200
commita41fe3a29372f8e6c4e7733bf85940a023811301 (patch)
tree17a7ef7e41da9f0f0501f7f02a996acd0f67d155 /Makefile.am
parent72b9ed828bd22f3ddd74b6853c183eebf006d6d8 (diff)
nspawn: add new --no-net switch to turn off networking in the container
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7971b6b774..c446527e1b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1341,7 +1341,8 @@ systemd_cgls_LDADD = \
systemd_nspawn_SOURCES = \
src/nspawn.c \
- src/cgroup-util.c
+ src/cgroup-util.c \
+ src/loopback-setup.c
systemd_nspawn_CFLAGS = \
$(AM_CFLAGS)