summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-09-07 16:52:24 +0200
committerLennart Poettering <lennart@poettering.net>2015-09-07 18:44:30 +0200
commit7a8f63251df2202e59a76e537a688fe7500cb1ad (patch)
tree03d8862040b6db029825b25603762244fa98d089 /Makefile.am
parente83bebeff7d9d734e17c3e38ac13daabc09518e1 (diff)
nspawn: split all port exposure code into nspawn-expose-port.[ch]
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index ece3288467..8c371fa1e7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2783,6 +2783,8 @@ systemd_nspawn_SOURCES = \
src/nspawn/nspawn-settings.h \
src/nspawn/nspawn-mount.c \
src/nspawn/nspawn-mount.h \
+ src/nspawn/nspawn-expose-ports.c \
+ src/nspawn/nspawn-expose-ports.h \
src/core/mount-setup.c \
src/core/mount-setup.h \
src/core/loopback-setup.c \