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.
This commit is contained in:
Kay Sievers 2014-05-22 10:08:04 +09:00
parent e6a4a517be
commit 5052e3996d
1 changed files with 1 additions and 3 deletions

View File

@ -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