diff options
author | Kay Sievers <kay@vrfy.org> | 2014-05-22 10:08:04 +0900 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2014-05-22 10:19:07 +0900 |
commit | 5052e3996d11033413372ee9d95df7f7a72b08a2 (patch) | |
tree | 4a9abf8ecc613fa91bb6f460410ea1a43da7d0f7 /Makefile.am | |
parent | e6a4a517befe559adf6d1dbbadf425c3538849c9 (diff) |
build-sys: let libsystemd_network pull in libudev-internal.la
On Thu, May 22, 2014 at 9:53 AM, Jan Engelhardt <jengelh@inai.de> wrote:
>
> If libsystemd-network.la is relying on that udev function, it ought
> to specify libudev(-internal).la in libsystemd_network_la_LIBADD.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 86a8f0b7bc..cd7b6a3006 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2509,6 +2509,7 @@ libsystemd_network_la_SOURCES = \ src/libsystemd-network/network-internal.h libsystemd_network_la_LIBADD = \ + libudev-internal.la \ libsystemd-label.la \ libsystemd-internal.la \ libsystemd-shared.la \ @@ -2532,7 +2533,6 @@ test_dhcp_client_SOURCES = \ test_dhcp_client_LDADD = \ libsystemd-network.la \ - libudev-internal.la \ libsystemd-label.la \ libsystemd-internal.la \ libsystemd-shared.la @@ -4066,7 +4066,6 @@ CLEANFILES += \ systemd_timesyncd_LDADD = \ libsystemd-resolve.la \ libsystemd-network.la \ - libudev-internal.la \ libsystemd-label.la \ libsystemd-capability.la \ libsystemd-internal.la \ @@ -4218,7 +4217,6 @@ CLEANFILES += \ systemd_resolved_LDADD = \ libsystemd-network.la \ - libudev-internal.la \ libsystemd-label.la \ libsystemd-internal.la \ libsystemd-shared.la |