mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 02:30:08 +01:00
meson: Improve nm-initrd-generator target
The set of link targets used when building `nm-initrd-generator` target has been grouped together.
This commit is contained in:
parent
c4dc02c9bd
commit
4e5b1e257e
1 changed files with 6 additions and 1 deletions
|
|
@ -13,12 +13,17 @@ libnmi_core = static_library(
|
|||
|
||||
name = 'nm-initrd-generator'
|
||||
|
||||
links = [
|
||||
libnetwork_manager_base,
|
||||
libnmi_core,
|
||||
]
|
||||
|
||||
executable(
|
||||
name,
|
||||
name + '.c',
|
||||
dependencies: daemon_nm_default_dep,
|
||||
c_args: daemon_c_flags,
|
||||
link_with: [libnetwork_manager_base, libnmi_core],
|
||||
link_with: links,
|
||||
link_args: ldflags_linker_script_binary,
|
||||
link_depends: linker_script_binary,
|
||||
install: true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue