[systemd-commits] Makefile.am
Kay Sievers
kay at kemper.freedesktop.org
Wed May 21 18:19:53 PDT 2014
Makefile.am | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
New commits:
commit 5052e3996d11033413372ee9d95df7f7a72b08a2
Author: Kay Sievers <kay at vrfy.org>
Date: Thu May 22 10:08:04 2014 +0900
build-sys: let libsystemd_network pull in libudev-internal.la
On Thu, May 22, 2014 at 9:53 AM, Jan Engelhardt <jengelh at 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.
diff --git a/Makefile.am b/Makefile.am
index 86a8f0b..cd7b6a3 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
More information about the systemd-commits
mailing list