X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=ce5ebf7c4829aeeb2e00e1b3c3a77766be4fcc61;hb=7447362c530e3f7128f16a35d1e43da4251144cc;hp=88b4c6746d69d8430ec4d28cce767cb6c477dd5f;hpb=a8a1a43f482af480c375a97921df6b42452c7092;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 88b4c6746..ce5ebf7c4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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