summaryrefslogtreecommitdiffstats
path: root/src/random-seed/meson.build
blob: daa2eefa7412bacb8dab3ec40935493fe1f7782f (plain)
1
2
3
4
5
6
7
8
9
# SPDX-License-Identifier: LGPL-2.1-or-later

executables += [
        libexec_template + {
                'name' : 'systemd-random-seed',
                'conditions' : ['ENABLE_RANDOMSEED'],
                'sources' : files('random-seed.c'),
        },
]