diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-10-30 15:34:50 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-10-30 15:37:02 +0100 |
commit | a7893c6b28772edbc7e1fea3c209caa54d465648 (patch) | |
tree | ae9e44874c63592f44321b9fc9ed07b2c808ef58 /Makefile.am | |
parent | 0f8bd8debb0ff7f5bff7738841931f6c41e40bc1 (diff) |
bus: add API call to create bus connection to the system bus of local containers
Also, add support for this to machinectl, so that we can enumerate the
machines that run inside a container. We must go deeper!
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index bd7f577d40..de9a4aad5f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1947,6 +1947,8 @@ libsystemd_bus_la_SOURCES = \ src/libsystemd-bus/bus-socket.h \ src/libsystemd-bus/bus-kernel.c \ src/libsystemd-bus/bus-kernel.h \ + src/libsystemd-bus/bus-container.c \ + src/libsystemd-bus/bus-container.h \ src/libsystemd-bus/bus-message.c \ src/libsystemd-bus/bus-message.h \ src/libsystemd-bus/bus-signature.c \ |