chiark / gitweb /
doc: disable gtk-doc test again - you are a really annoying piece of software
[elogind.git] / Makefile.am
index c94c192ce314bca48f7b76193ba4ad2a4d9f233e..8ecfb74a6a1ea84672d8841c55402420ab492f88 100644 (file)
@@ -620,6 +620,8 @@ libsystemd_shared_la_SOURCES = \
        src/shared/set.h \
        src/shared/fdset.c \
        src/shared/fdset.h \
+       src/shared/prioq.c \
+       src/shared/prioq.h \
        src/shared/strv.c \
        src/shared/strv.h \
        src/shared/env-util.c \
@@ -1075,7 +1077,8 @@ noinst_tests += \
        test-sched-prio \
        test-calendarspec \
        test-strip-tab-ansi \
-       test-cgroup-util
+       test-cgroup-util \
+       test-prioq
 
 EXTRA_DIST += \
        test/sched_idle_bad.service \
@@ -1166,6 +1169,15 @@ test_util_CFLAGS = \
 test_util_LDADD = \
        libsystemd-core.la
 
+test_prioq_SOURCES = \
+       src/test/test-prioq.c
+
+test_prioq_CFLAGS = \
+       $(AM_CFLAGS)
+
+test_prioq_LDADD = \
+       libsystemd-core.la
+
 test_log_SOURCES = \
        src/test/test-log.c
 
@@ -1651,15 +1663,23 @@ libsystemd_bus_la_SOURCES = \
        src/libsystemd-bus/bus-message.c \
        src/libsystemd-bus/bus-message.h \
        src/libsystemd-bus/bus-signature.c \
+       src/libsystemd-bus/bus-signature.h \
        src/libsystemd-bus/bus-type.c \
        src/libsystemd-bus/bus-type.h
 
+libsystemd_bus_la_LIBADD =  \
+       libsystemd-id128-internal.la
+
 noinst_LTLIBRARIES += \
         libsystemd-bus.la
 
 noinst_tests += \
        test-bus-marshal \
-       test-bus-signature
+       test-bus-signature \
+       test-bus-chat
+
+noinst_PROGRAMS += \
+       busctl
 
 test_bus_marshal_SOURCES = \
        src/libsystemd-bus/test-bus-marshal.c
@@ -1682,6 +1702,25 @@ test_bus_signature_LDADD = \
        libsystemd-shared.la \
        libsystemd-bus.la
 
+test_bus_chat_SOURCES = \
+       src/libsystemd-bus/test-bus-chat.c
+
+test_bus_chat_CFLAGS = \
+       $(AM_CFLAGS) \
+       -pthread
+
+test_bus_chat_LDADD = \
+       libsystemd-shared.la \
+       libsystemd-bus.la \
+       libsystemd-id128-internal.la
+
+busctl_SOURCES = \
+       src/libsystemd-bus/busctl.c
+
+busctl_LDADD = \
+       libsystemd-shared.la \
+       libsystemd-bus.la
+
 # ------------------------------------------------------------------------------
 if ENABLE_GTK_DOC
 SUBDIRS += \