chiark / gitweb /
core: fix assert when trying to serialize non-initialized bus peer tracker object
[elogind.git] / Makefile.am
index 3eafcff4bef33629731bff1286b1b73de78123bc..59cde40f3a790cb00d13cad595d887b2f9af2d63 100644 (file)
@@ -364,6 +364,7 @@ dist_bashcompletion_DATA = \
        shell-completion/bash/systemd-cgls \
        shell-completion/bash/systemd-cgtop \
        shell-completion/bash/systemd-delta \
+       shell-completion/bash/systemd-detect-virt \
        shell-completion/bash/systemd-nspawn \
        shell-completion/bash/systemd-run \
        shell-completion/bash/udevadm \
@@ -1018,7 +1019,9 @@ libsystemd_core_la_SOURCES = \
        src/core/audit-fd.c \
        src/core/audit-fd.h \
        src/core/async.c \
-       src/core/async.h
+       src/core/async.h \
+       src/core/show-status.c \
+       src/core/show-status.h
 
 if HAVE_KMOD
 libsystemd_core_la_SOURCES += \