X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=89b1d4e08976072482fbf308a379a004de49efa8;hb=1ea972174baba40dbc80c51cbfc4edc49764b59b;hp=c54d35760daeec0ec00abacf0dc6a76c7c48c833;hpb=7951dea20911969287878e6897b3eca348721ade;p=elogind.git diff --git a/Makefile.am b/Makefile.am index c54d35760..89b1d4e08 100644 --- a/Makefile.am +++ b/Makefile.am @@ -801,6 +801,8 @@ libsystemd_shared_la_SOURCES = \ src/shared/clean-ipc.c \ src/shared/login-shared.c \ src/shared/login-shared.h \ + src/shared/ring.c \ + src/shared/ring.h \ src/shared/async.c \ src/shared/async.h @@ -1198,6 +1200,7 @@ tests += \ test-utf8 \ test-ellipsize \ test-util \ + test-ring \ test-tmpfiles \ test-namespace \ test-date \ @@ -1325,6 +1328,12 @@ test_util_SOURCES = \ test_util_LDADD = \ libsystemd-core.la +test_ring_SOURCES = \ + src/test/test-ring.c + +test_ring_LDADD = \ + libsystemd-core.la + test_tmpfiles_SOURCES = \ src/test/test-tmpfiles.c @@ -2110,6 +2119,8 @@ libsystemd_internal_la_SOURCES = \ src/libsystemd/sd-bus/bus-track.h \ src/libsystemd/sd-bus/bus-util.c \ src/libsystemd/sd-bus/bus-util.h \ + src/libsystemd/sd-bus/bus-slot.c \ + src/libsystemd/sd-bus/bus-slot.h \ src/libsystemd/sd-bus/bus-protocol.h \ src/libsystemd/sd-bus/kdbus.h \ src/libsystemd/sd-bus/sd-memfd.c \