chiark / gitweb /
machined,bus-proxy: fix connecting to containers
[elogind.git] / Makefile.am
index 73e911f6bf0dfeb1b16bfea43a389688fd8e2769..10fc8a9c8482e26e81f6c163413223085e542206 100644 (file)
@@ -901,6 +901,8 @@ libsystemd_shared_la_SOURCES = \
        src/shared/verbs.h \
        src/shared/machine-image.c \
        src/shared/machine-image.h \
+       src/shared/sigbus.c \
+       src/shared/sigbus.h \
        src/shared/build.h
 
 if HAVE_UTMP
@@ -1386,7 +1388,8 @@ tests += \
        test-locale-util \
        test-execute \
        test-copy \
-       test-cap-list
+       test-cap-list \
+       test-sigbus
 
 EXTRA_DIST += \
        test/a.service \
@@ -1580,6 +1583,12 @@ test_copy_SOURCES = \
 test_copy_LDADD = \
        libsystemd-shared.la
 
+test_sigbus_SOURCES = \
+       src/test/test-sigbus.c
+
+test_sigbus_LDADD = \
+       libsystemd-shared.la
+
 test_condition_SOURCES = \
        src/test/test-condition.c