summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>2014-02-21 22:21:50 +0100
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>2014-02-21 22:24:47 +0100
commitf0329635f80c9d56fca0f6ff6ad0179fbe7e50a4 (patch)
treeac0c401bb6cd4d062a6a92d284f63f4c98e815a4 /Makefile.am
parente8d842a0d0b39f298e1e7f70d29759e50b2b16d4 (diff)
Makefile: fix build on clang
needed after libsystemd-daemon was merged into libsystemd in 0ebee8818404adb95a0b8a01416aad3a16f64ae1
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 88d0ce3d47..0b879f1bc1 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