]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/sleep/meson.build
Merge pull request #29586 from poettering/read-stripped-line
[thirdparty/systemd.git] / src / sleep / meson.build
CommitLineData
16b081d6
YW
1# SPDX-License-Identifier: LGPL-2.1-or-later
2
3executables += [
4 libexec_template + {
5 'name' : 'systemd-sleep',
7d769198
MY
6 'sources' : files(
7 'sleep.c',
8 'battery-capacity.c',
9 ),
10 },
11 test_template + {
12 'sources' : files(
13 'test-battery-capacity.c',
14 'battery-capacity.c',
15 ),
16b081d6
YW
16 },
17]
18
19if install_sysconfdir_samples
20 install_data('sleep.conf',
6495361c 21 install_dir : pkgconfigfiledir)
16b081d6 22endif