summaryrefslogtreecommitdiff
path: root/src/core/meson.build
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-06-01 15:25:44 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-06-02 09:22:08 +0200
commit2a341bb9d2a3cd28115e88291414fa67ca7035c3 (patch)
treeac7eb6e05b3aca9518a4ec32e40111958554a7df /src/core/meson.build
parent5b326dee29d6bc8a331a1d72293a3c6acee10879 (diff)
downloadsystemd-2a341bb9d2a3cd28115e88291414fa67ca7035c3.tar.gz
core: split out core/manager-dump.[ch]
This is a fairly specialized topic, let's create a separate file for it.
Diffstat (limited to 'src/core/meson.build')
-rw-r--r--src/core/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/meson.build b/src/core/meson.build
index 06f0e8b5db..e696d27727 100644
--- a/src/core/meson.build
+++ b/src/core/meson.build
@@ -85,6 +85,8 @@ libcore_sources = '''
locale-setup.h
manager.c
manager.h
+ manager-dump.c
+ manager-dump.h
mount.c
mount.h
namespace.c