chiark / gitweb /
systemctl: fix import-environment description, trim help to 80 cols
[elogind.git] / Makefile.am
index 88b4c6746d69d8430ec4d28cce767cb6c477dd5f..ce5ebf7c4829aeeb2e00e1b3c3a77766be4fcc61 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