summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2015-01-16 14:19:19 +0100
committerDavid Herrmann <dh.herrmann@gmail.com>2015-01-17 11:55:14 +0100
commitc0395aeb903cde25bd9e81fba3334f63335fe0ef (patch)
treea3f1ba19b4d4660f77bfb9c6d3cb449454fc933f /Makefile.am
parent91fd0103cc1525c66e3efb03ef781e9553437724 (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.am2
1 files changed, 2 insertions, 0 deletions
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