[systemd-commits] Makefile.am
Lennart Poettering
lennart at kemper.freedesktop.org
Mon Sep 10 00:29:29 PDT 2012
Makefile.am | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 54aa25e63c9ab14525497e4c2aeb9e1f996b177a
Author: Lennart Poettering <lennart at poettering.net>
Date: Mon Sep 10 09:28:42 2012 +0200
build-sys: add libsystemd-id128-internal.la as dep to libsystemd-core.la
condition.c makes use of sd_id128_get_machine() after all.
Spotted by Khem Raj.
diff --git a/Makefile.am b/Makefile.am
index 7ccec67..df3d3ca 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1004,6 +1004,7 @@ libsystemd_core_la_LIBADD = \
libsystemd-label.la \
libsystemd-shared.la \
libsystemd-dbus.la \
+ libsystemd-id128-internal.la \
libudev.la \
$(LIBWRAP_LIBS) \
$(PAM_LIBS) \
More information about the systemd-commits
mailing list