diff options
author | Luca Boccassi <luca.boccassi@microsoft.com> | 2021-11-17 02:44:33 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@microsoft.com> | 2021-11-30 17:49:59 +0100 |
commit | ea680f0524c1644642b55cadfe91b22797ec3530 (patch) | |
tree | 9efd08631bcbe9d158fb68e7b17478696c41f4e4 /src/coredump/meson.build | |
parent | coredump: always log on failure in parse_core() (diff) | |
download | systemd-ea680f0524c1644642b55cadfe91b22797ec3530.tar.xz systemd-ea680f0524c1644642b55cadfe91b22797ec3530.zip |
coredump: move elf parsing utilities to src/shared/elf-util
Diffstat (limited to 'src/coredump/meson.build')
-rw-r--r-- | src/coredump/meson.build | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/coredump/meson.build b/src/coredump/meson.build index 5607a78cf5..b832192c9f 100644 --- a/src/coredump/meson.build +++ b/src/coredump/meson.build @@ -6,12 +6,6 @@ systemd_coredump_sources = files(''' coredump-vacuum.h '''.split()) -if conf.get('HAVE_ELFUTILS') == 1 - systemd_coredump_sources += files( - 'stacktrace.c', - 'stacktrace.h') -endif - coredumpctl_sources = files('coredumpctl.c') if conf.get('ENABLE_COREDUMP') == 1 and install_sysconfdir_samples |