summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDaniel Mack <zonque@gmail.com>2014-08-18 19:55:32 +0200
committerDaniel Mack <daniel@zonque.org>2014-09-08 11:06:45 +0200
commitbb7dd0b04a6e89674100476eed0bbd05c6a4cbd8 (patch)
tree7d07b57edee71671c18b7bba706072835cd1aec8 /Makefile.am
parent5369c77d2ee864ac0464d4adc0774ee70ba9c4bc (diff)
bus: add kdbus endpoint types
Add types to describe endpoints and associated policy entries, and add a BusEndpoint instace to ExecContext.
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 68a78963c1..35c877fe2a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1028,6 +1028,8 @@ libsystemd_core_la_SOURCES = \
src/core/busname.h \
src/core/bus-common.c \
src/core/bus-common.h \
+ src/core/bus-endpoint.c \
+ src/core/bus-endpoint.h \
src/core/target.c \
src/core/target.h \
src/core/snapshot.c \