chiark / gitweb /
systemctl: do not show dots with --plain
[elogind.git] / Makefile.am
index 88b4c6746d69d8430ec4d28cce767cb6c477dd5f..37ea845ed433bd6e92466a6f6d20ca4b30e8732a 100644 (file)
@@ -368,6 +368,7 @@ bin_PROGRAMS = \
        systemd-delta \
        systemd-analyze \
        systemd-run \
+       systemd-stdio-bridge \
        systemd-path
 
 dist_bin_SCRIPTS = \
@@ -391,7 +392,6 @@ rootlibexec_PROGRAMS = \
        systemd-sysctl \
        systemd-sleep \
        systemd-bus-proxyd \
-       systemd-stdio-bridge \
        systemd-socket-proxyd \
        systemd-update-done
 
@@ -2692,6 +2692,10 @@ libsystemd_proxy_la_SOURCES = \
        src/bus-proxyd/synthesize.c \
        src/bus-proxyd/synthesize.h
 
+libsystemd_proxy_la_CFLAGS = \
+       $(AM_CFLAGS) \
+       -pthread
+
 libsystemd_proxy_la_LIBADD = \
        libsystemd-internal.la \
        libsystemd-shared.la
@@ -5281,6 +5285,7 @@ test_qcow2_CFLAGS = \
 
 test_qcow2_LDADD = \
        libsystemd-internal.la \
+       libsystemd-label.la \
        libsystemd-shared.la \
        $(ZLIB_LIBS)
 endif