From bb7dd0b04a6e89674100476eed0bbd05c6a4cbd8 Mon Sep 17 00:00:00 2001 From: Daniel Mack Date: Mon, 18 Aug 2014 19:55:32 +0200 Subject: bus: add kdbus endpoint types Add types to describe endpoints and associated policy entries, and add a BusEndpoint instace to ExecContext. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') 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 \ -- cgit v1.2.3-54-g00ecf