chiark / gitweb /
bus: implement server mode, and anonymous authentication
[elogind.git] / Makefile.am
index 92bd542767cb2fbd7ea25f1eca79ee56820d7663..e599da9b53e387827a9a6a297b8918a6ca8c5e49 100644 (file)
@@ -1693,7 +1693,8 @@ noinst_LTLIBRARIES += \
 noinst_tests += \
        test-bus-marshal \
        test-bus-signature \
-       test-bus-chat
+       test-bus-chat \
+       test-bus-server
 
 noinst_PROGRAMS += \
        busctl
@@ -1731,6 +1732,18 @@ test_bus_chat_LDADD = \
        libsystemd-bus.la \
        libsystemd-id128-internal.la
 
+test_bus_server_SOURCES = \
+       src/libsystemd-bus/test-bus-server.c
+
+test_bus_server_CFLAGS = \
+       $(AM_CFLAGS) \
+       -pthread
+
+test_bus_server_LDADD = \
+       libsystemd-shared.la \
+       libsystemd-bus.la \
+       libsystemd-id128-internal.la
+
 busctl_SOURCES = \
        src/libsystemd-bus/busctl.c