]> git.ipfire.org Git - thirdparty/systemd.git/blame - network/meson.build
network: make all failures in route configuration fatal
[thirdparty/systemd.git] / network / meson.build
CommitLineData
3a726fcd 1# SPDX-License-Identifier: LGPL-2.1+
3a726fcd 2
349cc4a5 3if conf.get('ENABLE_NETWORKD') == 1
37efbbd8
ZJS
4 install_data('80-container-host0.network',
5 '80-container-ve.network',
6 '80-container-vz.network',
7 install_dir : networkdir)
94e75a54 8
37efbbd8
ZJS
9 meson.add_install_script('sh', '-c',
10 mkdir_p.format(join_paths(sysconfdir, 'systemd/network')))
5c23128d 11endif
9ac47f38
ZJS
12
13install_data('99-default.link',
14 install_dir : networkdir)