From c4bc1a8434f2a34840ea6f63064fa998ecfae738 Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Sat, 17 Jan 2015 18:07:58 +0100 Subject: bus-proxy: share policy between threads This implements a shared policy cache with read-write locks. We no longer parse the XML policy in each thread. This will allow us to easily implement ReloadConfig(). --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index f5cb290d7..ce5ebf7c4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 -- cgit v1.2.3