From 5369c77d2ee864ac0464d4adc0774ee70ba9c4bc Mon Sep 17 00:00:00 2001 From: Daniel Mack Date: Mon, 18 Aug 2014 22:07:47 +0200 Subject: bus: factor out bus policy items In order to re-use the policy definitions, factor them out into their own files. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 9c946d7a92..68a78963c1 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 \ -- cgit v1.2.3-54-g00ecf