summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 38b630c)
raw | patch | inline | side by side (parent: 38b630c)
author | Yves Mettier <ymettier@free.fr> | |
Wed, 21 Nov 2012 10:40:42 +0000 (11:40 +0100) | ||
committer | Florian Forster <octo@collectd.org> | |
Fri, 30 Nov 2012 06:20:39 +0000 (07:20 +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 d82cd893a88fa48b23fef34fcf75e420a86ea06c..73e2df38ae917416c0ca73f3f683ba2cb79c0407 100644 (file)
--- a/src/Makefile.am
+++ b/src/Makefile.am
if BUILD_WITH_LIBSOCKET
collectd_tg_LDADD += -lsocket
endif
+if BUILD_WITH_LIBRT
+collectd_tg_LDADD += -lrt
+endif
if BUILD_AIX
collectd_tg_LDADD += -lm
endif