[systemd-commits] Makefile.am
Thomas H.P. Andersen
phomes at kemper.freedesktop.org
Fri Feb 21 13:25:01 PST 2014
Makefile.am | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit f0329635f80c9d56fca0f6ff6ad0179fbe7e50a4
Author: Thomas Hindoe Paaboel Andersen <phomes at gmail.com>
Date: Fri Feb 21 22:21:50 2014 +0100
Makefile: fix build on clang
needed after libsystemd-daemon was merged into libsystemd in
0ebee8818404adb95a0b8a01416aad3a16f64ae1
diff --git a/Makefile.am b/Makefile.am
index 88d0ce3..0b879f1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2016,6 +2016,9 @@ libsystemd_internal_la_CFLAGS = \
$(AM_CFLAGS) \
-pthread
+libsystemd_internal_la_LIBADD = \
+ $(RT_LIBS)
+
noinst_LTLIBRARIES += \
libsystemd-internal.la
More information about the systemd-commits
mailing list