projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed3b4a8
)
Removed the dependency on `cpu.h' since it has been deleted.
author
octo
<octo>
Tue, 4 Apr 2006 21:26:41 +0000
(21:26 +0000)
committer
octo
<octo>
Tue, 4 Apr 2006 21:26:41 +0000
(21:26 +0000)
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
cff1ceb
..
671ce58
100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-65,7
+65,7
@@
endif
if BUILD_MODULE_CPU
pkglib_LTLIBRARIES += cpu.la
-cpu_la_SOURCES = cpu.c
cpu.h
+cpu_la_SOURCES = cpu.c
cpu_la_LDFLAGS = -module -avoid-version
collectd_LDADD += "-dlopen" cpu.la
collectd_DEPENDENCIES += cpu.la