summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 032cea5)
raw | patch | inline | side by side (parent: 032cea5)
author | Manuel Luis SanmartĂn Rozada <manuel.luis@gmail.com> | |
Sat, 8 Feb 2014 20:30:21 +0000 (21:30 +0100) | ||
committer | Florian Forster <octo@collectd.org> | |
Wed, 2 Dec 2015 10:05:48 +0000 (11:05 +0100) |
Signed-off-by: Florian Forster <octo@collectd.org>
src/Makefile.am | patch | blob | history |
diff --git a/src/Makefile.am b/src/Makefile.am
index 3f435319c18ba5155133410666c8e4c8e5b43780..ad8de2b234c69e3d13b714aed72a14d84c4ca601 100644 (file)
--- a/src/Makefile.am
+++ b/src/Makefile.am
if BUILD_AIX
collectd_tg_LDADD += -lm
endif
+if BUILD_WITH_LIBPTHREAD
+collectd_tg_LDADD += -lpthread
+endif
collectd_tg_LDADD += libcollectdclient/libcollectdclient.la
collectd_tg_DEPENDENCIES = libcollectdclient/libcollectdclient.la