mirror of
https://github.com/systemd/systemd.git
synced 2024-12-17 22:23:39 +08:00
build-sys: fix linking order for networkd-wait-only
This commit is contained in:
parent
93f1bcf400
commit
d38cbe1bb7
@ -4187,8 +4187,10 @@ systemd_networkd_wait_online_SOURCES = \
|
||||
src/network/networkd-wait-online.h
|
||||
|
||||
systemd_networkd_wait_online_LDADD = \
|
||||
libsystemd-network.la \
|
||||
libudev-internal.la \
|
||||
libsystemd-internal.la \
|
||||
libsystemd-network.la
|
||||
libsystemd-shared.la
|
||||
|
||||
test_network_SOURCES = \
|
||||
src/network/test-network.c
|
||||
|
Loading…
Reference in New Issue
Block a user