summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-03-14 02:40:36 +0100
committerLennart Poettering <lennart@poettering.net>2011-03-14 03:12:25 +0100
commit88213476187cafc86bea2276199891873000588d (patch)
tree443e73570c0d20cf06c8b17d2887552620750ec4 /Makefile.am
parentf9b9232be9db82cc729a56a2e99ecb27be546aac (diff)
nspawn: add simple chroot(1) like tool to execute commands in a namespace container
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 872bcc255c..7d6cfd12d8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -115,6 +115,9 @@ bin_PROGRAMS = \
systemd-cgls \
systemd-stdio-bridge
+sbin_PROGRAMS = \
+ systemd-nspawn
+
if HAVE_GTK
bin_PROGRAMS += \
systemadm \
@@ -983,6 +986,15 @@ systemd_cgls_CFLAGS = \
systemd_cgls_LDADD = \
libsystemd-basic.la
+systemd_nspawn_SOURCES = \
+ src/nspawn.c
+
+systemd_nspawn_CFLAGS = \
+ $(AM_CFLAGS)
+
+systemd_nspawn_LDADD = \
+ libsystemd-basic.la
+
systemd_stdio_bridge_SOURCES = \
src/bridge.c