summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 48096d3)
raw | patch | inline | side by side (parent: 48096d3)
author | Manuel Luis Sanmartin Rozada <manuel.luis@gmail.com> | |
Sun, 30 Sep 2012 12:47:38 +0000 (14:47 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Tue, 2 Oct 2012 20:02:12 +0000 (22:02 +0200) |
src/Makefile.am | patch | blob | history |
diff --git a/src/Makefile.am b/src/Makefile.am
index eef2a6095844545872953bc55de6f096ccfbfc99..7089c40881210e0b881c33e11a72d7f508165a9b 100644 (file)
--- a/src/Makefile.am
+++ b/src/Makefile.am
if BUILD_WITH_LIBKSTAT
uptime_la_LIBADD += -lkstat
endif
+if BUILD_WITH_PERFSTAT
+uptime_la_LIBADD += -lperfstat
+endif
collectd_LDADD += "-dlopen" uptime.la
collectd_DEPENDENCIES += uptime.la
endif