1:255.13-alt1
[systemd_ALT.git] / src / binfmt / meson.build
blob44963409bc84b48426610464767c89d570b82b2c
1 # SPDX-License-Identifier: LGPL-2.1-or-later
3 executables += [
4         libexec_template + {
5                 'name' : 'systemd-binfmt',
6                 'public' : true,
7                 'conditions' : ['ENABLE_BINFMT'],
8                 'sources' : files('binfmt.c'),
9         },
12 if conf.get('ENABLE_BINFMT') == 1
13         install_emptydir(binfmtdir)
14         if install_sysconfdir
15                 install_emptydir(sysconfdir / 'binfmt.d')
16         endif
17 endif