diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2015-01-16 14:19:19 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2015-01-17 11:55:14 +0100 |
commit | c0395aeb903cde25bd9e81fba3334f63335fe0ef (patch) | |
tree | a3f1ba19b4d4660f77bfb9c6d3cb449454fc933f /Makefile.am | |
parent | 91fd0103cc1525c66e3efb03ef781e9553437724 (diff) |
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f91c78658d..4bbe69ebaf 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 |