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

executables += [
        libexec_template + {
                'name' : 'systemd-socket-proxyd',
                'public' : true,
                'sources' : files('socket-proxyd.c'),
                'dependencies' : threads,
        },
]