summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMichal Schmidt <mschmidt@redhat.com>2012-04-19 23:54:11 +0200
committerMichal Schmidt <mschmidt@redhat.com>2012-04-20 17:12:27 +0200
commit75778e21dfeee51036d24501e39ea7398fabe502 (patch)
treeee7edd4c9b65874f43252b078d27e9b2ffdad676 /Makefile.am
parent7527cb527598aaabf0ed9b38a352edb28536392a (diff)
manager: split transaction.[ch]
manager.c takes care of the main loop, unit management, signal handling, ... transaction.c computes transactions. After split: manager.c: 65 KB transaction.c: 40 KB
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 4d13eea841..cc284a7093 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -681,6 +681,8 @@ libsystemd_core_la_SOURCES = \
src/core/job.h \
src/core/manager.c \
src/core/manager.h \
+ src/core/transaction.c \
+ src/core/transaction.h \
src/core/load-fragment.c \
src/core/load-fragment.h \
src/core/service.c \