summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-08-06 03:21:50 +0200
committerLennart Poettering <lennart@poettering.net>2010-08-06 03:21:50 +0200
commit3c661fadd5e0d74acc7596024db31be00c53b448 (patch)
treeab14830c6eef7b0e03a909e3df1873683a7c5ea3 /Makefile.am
parent2e81c8a55785d33e48c6d512e094a3a7dd0bf900 (diff)
cgroup: if the system bus cannot be found, send cgroup empty msg directly to init proces
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 3c54043975..00765a7c3e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -479,7 +479,8 @@ systemd_initctl_LDADD = \
$(DBUS_LIBS)
systemd_cgroups_agent_SOURCES = \
- src/cgroups-agent.c
+ src/cgroups-agent.c \
+ src/dbus-common.c
systemd_cgroups_agent_CFLAGS = \
$(AM_CFLAGS) \