From: Thomas Hindoe Paaboel Andersen Date: Fri, 21 Feb 2014 21:21:50 +0000 (+0100) Subject: Makefile: fix build on clang X-Git-Tag: v210~59 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=f0329635f80c9d56fca0f6ff6ad0179fbe7e50a4 Makefile: fix build on clang needed after libsystemd-daemon was merged into libsystemd in 0ebee8818404adb95a0b8a01416aad3a16f64ae1 --- diff --git a/Makefile.am b/Makefile.am index 88d0ce3d4..0b879f1bc 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