summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0a3958e)
raw | patch | inline | side by side (parent: 0a3958e)
author | Sebastian Harl <sh@tokkee.org> | |
Sat, 6 Jun 2009 20:13:03 +0000 (22:13 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Thu, 2 Jul 2009 13:16:11 +0000 (15:16 +0200) |
The plugin now uses sqrt() which is provided by the math lib.
src/Makefile.am | patch | blob | history |
diff --git a/src/Makefile.am b/src/Makefile.am
index 7c65c1c806ae6c0a0405f7091fb5c1930cfd0cbb..aca1af7105226efaa8fe672127dc9b72e6e0f405 100644 (file)
--- a/src/Makefile.am
+++ b/src/Makefile.am
ping_la_SOURCES = ping.c
ping_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBOPING_CPPFLAGS)
ping_la_LDFLAGS = -module -avoid-version $(BUILD_WITH_LIBOPING_LDFLAGS)
-ping_la_LIBADD = -loping
+ping_la_LIBADD = -loping -lm
collectd_LDADD += "-dlopen" ping.la
collectd_DEPENDENCIES += ping.la
endif