1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-22 13:33:56 +03:00

Makefile: fix build on clang

needed after libsystemd-daemon was merged into libsystemd in
0ebee88184
This commit is contained in:
Thomas Hindoe Paaboel Andersen 2014-02-21 22:21:50 +01:00
parent e8d842a0d0
commit f0329635f8

View File

@ -2016,6 +2016,9 @@ libsystemd_internal_la_CFLAGS = \
$(AM_CFLAGS) \
-pthread
libsystemd_internal_la_LIBADD = \
$(RT_LIBS)
noinst_LTLIBRARIES += \
libsystemd-internal.la