diff options
author | Lennart Poettering <lennart@poettering.net> | 2022-02-21 10:25:36 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2022-02-21 17:22:23 +0100 |
commit | 08e36480d4ad218a5caf5dd14d2b2fad68d220ff (patch) | |
tree | b7328bb4757f430d802f90d8e0a234b082726a95 /src/analyze/meson.build | |
parent | analyze: split out calendar verb into own .c/.h file (diff) | |
download | systemd-08e36480d4ad218a5caf5dd14d2b2fad68d220ff.tar.xz systemd-08e36480d4ad218a5caf5dd14d2b2fad68d220ff.zip |
analyze: split out "filesystems" verb into its own .c/.h file pair
Diffstat (limited to 'src/analyze/meson.build')
-rw-r--r-- | src/analyze/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/analyze/meson.build b/src/analyze/meson.build index 287a43c319..f5950c1feb 100644 --- a/src/analyze/meson.build +++ b/src/analyze/meson.build @@ -7,6 +7,8 @@ systemd_analyze_sources = files(''' analyze-condition.h analyze-elf.c analyze-elf.h + analyze-filesystems.c + analyze-filesystems.h analyze-security.c analyze-security.h analyze-timespan.c |