summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDaniel Mack <zonque@gmail.com>2014-08-18 22:07:47 +0200
committerDaniel Mack <daniel@zonque.org>2014-09-08 11:06:45 +0200
commit5369c77d2ee864ac0464d4adc0774ee70ba9c4bc (patch)
tree0206b657a3fbf3db03e3750155d4a120f31c68c7 /Makefile.am
parentde68938a2cb3ab535ebd9198723a651753c1a1df (diff)
bus: factor out bus policy items
In order to re-use the policy definitions, factor them out into their own files.
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 9c946d7a9..68a78963c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1026,6 +1026,8 @@ libsystemd_core_la_SOURCES = \
src/core/socket.h \
src/core/busname.c \
src/core/busname.h \
+ src/core/bus-common.c \
+ src/core/bus-common.h \
src/core/target.c \
src/core/target.h \
src/core/snapshot.c \