diff options
author | Kay Sievers <kay@vrfy.org> | 2014-03-11 21:46:36 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2014-03-11 22:11:39 +0100 |
commit | 4ef0809c22a7d15bae3865d44596ff6e3cdaf1cb (patch) | |
tree | 7779ac861775f13adfd7514c8ac02b3b20c91296 /Makefile.am | |
parent | 223763f5800fba637bd3f9a8fbb9549dd47a07e9 (diff) |
build-sys: add libsystemd-label to network/dhcp users
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 bc7844f862..182eca69df 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2453,6 +2453,7 @@ libsystemd_network_la_SOURCES = \ src/libsystemd-network/ipv4ll-internal.h libsystemd_network_la_LIBADD = \ + libsystemd-label.la \ libsystemd-internal.la \ libsystemd-shared.la @@ -2474,6 +2475,7 @@ test_dhcp_client_SOURCES = \ test_dhcp_client_LDADD = \ libsystemd-network.la \ + libsystemd-label.la \ libsystemd-internal.la \ libsystemd-shared.la |