From c0395aeb903cde25bd9e81fba3334f63335fe0ef Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Fri, 16 Jan 2015 14:19:19 +0100 Subject: bus-proxy: extract proxy into Proxy object Move all the proxy code into a "struct Proxy" object that can be used from multiple binaries. We now dropped SMACK as we have to refactor it to work properly. We can introduce it later on. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index f91c78658..4bbe69eba 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2685,6 +2685,8 @@ systemd_bus_proxyd_SOURCES = \ src/bus-proxyd/bus-xml-policy.h \ src/bus-proxyd/driver.c \ src/bus-proxyd/driver.h \ + src/bus-proxyd/proxy.c \ + src/bus-proxyd/proxy.h \ src/bus-proxyd/synthesize.c \ src/bus-proxyd/synthesize.h -- cgit v1.2.3