]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/pstore/meson.build
Merge pull request #13365 from keszybz/fix-commits-from-pr-13246
[thirdparty/systemd.git] / src / pstore / meson.build
CommitLineData
9b4abc69
ED
1# SPDX-License-Identifier: LGPL-2.1+
2
3systemd_pstore_sources = files('''
4 pstore.c
5'''.split())
6
7if conf.get('ENABLE_PSTORE') == 1
8 install_data('pstore.conf',
9 install_dir : pkgsysconfdir)
10endif