mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 17:06:39 +09:00
11 lines
284 B
Meson
11 lines
284 B
Meson
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
executables += [
|
|
libexec_template + {
|
|
'name' : 'systemd-socket-proxyd',
|
|
'public' : true,
|
|
'sources' : files('socket-proxyd.c'),
|
|
'dependencies' : threads,
|
|
},
|
|
]
|