From f0329635f80c9d56fca0f6ff6ad0179fbe7e50a4 Mon Sep 17 00:00:00 2001 From: Thomas Hindoe Paaboel Andersen Date: Fri, 21 Feb 2014 22:21:50 +0100 Subject: [PATCH] Makefile: fix build on clang needed after libsystemd-daemon was merged into libsystemd in 0ebee8818404adb95a0b8a01416aad3a16f64ae1 --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.30.2