chiark / gitweb /
networkd: add networkd-wait-online
[elogind.git] / Makefile.am
index b7c38b6871b925ff42ef47784a988e6a8e97e3d9..6be64070f4c63a70bab8d612af0cc667e143ef8c 100644 (file)
@@ -4047,6 +4047,16 @@ nodist_systemunit_DATA += \
 GENERAL_ALIASES += \
        $(systemunitdir)/systemd-networkd.service $(pkgsysconfdir)/system/multi-user.target.wants/systemd-networkd.service
 
+rootlibexec_PROGRAMS += \
+       systemd-networkd-wait-online
+
+systemd_networkd_wait_online_SOURCES = \
+       src/network/networkd-wait-online.c
+
+systemd_networkd_wait_online_LDADD = \
+       libsystemd-internal.la \
+       libsystemd-network.la
+
 test_network_SOURCES = \
        src/network/test-network.c