summaryrefslogtreecommitdiff
path: root/src/shared/meson.build
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-03-06 19:47:06 +0100
committerLennart Poettering <lennart@poettering.net>2019-03-13 17:41:41 +0100
commit25b1d72dcc833b70a27d2d2553265edb7c488246 (patch)
tree77dde97ba59e810a558c7314ac419a4b8e61c49d /src/shared/meson.build
parente45c81b8bc04e8340f05589beb42ba5703a34fe1 (diff)
downloadsystemd-25b1d72dcc833b70a27d2d2553265edb7c488246.tar.gz
systemd-25b1d72dcc833b70a27d2d2553265edb7c488246.tar.bz2
systemd-25b1d72dcc833b70a27d2d2553265edb7c488246.zip
bus-unit-util: split out code that shows a unit's process tree
The code is complex enough to deserve its own .c file. Let's split this out.
Diffstat (limited to 'src/shared/meson.build')
-rw-r--r--src/shared/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/meson.build b/src/shared/meson.build
index ed659f0fbc..47cbc9932c 100644
--- a/src/shared/meson.build
+++ b/src/shared/meson.build
@@ -27,6 +27,8 @@ shared_sources = files('''
bus-util.h
bus-wait-for-jobs.c
bus-wait-for-jobs.h
+ bus-unit-procs.c
+ bus-unit-procs.h
calendarspec.c
calendarspec.h
cgroup-show.c