mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
11 lines
291 B
Meson
11 lines
291 B
Meson
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
executables += [
|
|
executable_template + {
|
|
'name' : 'systemd-socket-activate',
|
|
'public' : true,
|
|
'sources' : files('socket-activate.c'),
|
|
'dependencies' : threads,
|
|
},
|
|
]
|