projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48096d3
)
Add libperfstat in Makefile.am
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
eef2a60
..
7089c40
100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-1192,6
+1192,9
@@
uptime_la_LIBADD =
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