chiark / gitweb /
bus-proxy: share policy between threads
[elogind.git] / Makefile.am
index f5cb290d7fc40a0a9cf86c557377645fb235883a..ce5ebf7c4829aeeb2e00e1b3c3a77766be4fcc61 100644 (file)
@@ -2692,6 +2692,10 @@ libsystemd_proxy_la_SOURCES = \
        src/bus-proxyd/synthesize.c \
        src/bus-proxyd/synthesize.h
 
        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
 libsystemd_proxy_la_LIBADD = \
        libsystemd-internal.la \
        libsystemd-shared.la