]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/pstore/meson.build
adbac24b5495612a4be76a50bd7cbf5cd32f4f1c
[thirdparty/systemd.git] / src / pstore / meson.build
1 # SPDX-License-Identifier: LGPL-2.1+
2
3 systemd_pstore_sources = files('''
4 pstore.c
5 '''.split())
6
7 if conf.get('ENABLE_PSTORE') == 1
8 install_data('pstore.conf',
9 install_dir : pkgsysconfdir)
10 endif