diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 65b445ec50..b4bb6e1e31 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4107,6 +4107,7 @@ systemd_networkd_LDADD = \ libsystemd-id128-internal.la \ libsystemd-rtnl.la \ libsystemd-dhcp.la \ + libsystemd-label.la \ libsystemd-shared.la nodist_systemunit_DATA += \ @@ -4133,6 +4134,7 @@ test_network_LDADD = \ libsystemd-daemon-internal.la \ libsystemd-rtnl.la \ libsystemd-dhcp.la \ + libsystemd-label.la \ libsystemd-shared.la tests += \ |