chiark / gitweb /
nspawn: use Barrier API instead of eventfd-util
[elogind.git] / Makefile.am
index 702513768335585db98d123e8af3b5713dc0fa07..fe680b0d948ab7d089ba7e4f5ec4ad6f93a6a143 100644 (file)
@@ -841,10 +841,10 @@ libsystemd_shared_la_SOURCES = \
        src/shared/login-shared.h \
        src/shared/ring.c \
        src/shared/ring.h \
+       src/shared/barrier.c \
+       src/shared/barrier.h \
        src/shared/async.c \
        src/shared/async.h \
-       src/shared/eventfd-util.c \
-       src/shared/eventfd-util.h \
        src/shared/copy.c \
        src/shared/copy.h \
        src/shared/base-filesystem.c \
@@ -1251,6 +1251,7 @@ tests += \
        test-ellipsize \
        test-util \
        test-ring \
+       test-barrier \
        test-tmpfiles \
        test-namespace \
        test-date \
@@ -1421,6 +1422,12 @@ test_ring_SOURCES = \
 test_ring_LDADD = \
        libsystemd-core.la
 
+test_barrier_SOURCES = \
+       src/test/test-barrier.c
+
+test_barrier_LDADD = \
+       libsystemd-core.la
+
 test_tmpfiles_SOURCES = \
        src/test/test-tmpfiles.c