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

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