summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2014-04-29 16:26:09 +0200
committerKay Sievers <kay@vrfy.org>2014-04-29 16:26:51 +0200
commitd38cbe1bb7382782226b4b72944c9f7a7cf3eca1 (patch)
tree26125decd2b26066d46eeba91a479e36d1c3ecd2 /Makefile.am
parent93f1bcf40030a9e98bf2b71c177cbea36c64d5c9 (diff)
build-sys: fix linking order for networkd-wait-only
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 45cf7d930a..0232e75807 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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