summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ed3b4a8)
raw | patch | inline | side by side (parent: ed3b4a8)
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 cff1ceb9736db970c600ea91a0447a1400719598..671ce5809610780cecb0ada2b03e87187630b597 100644 (file)
--- a/src/Makefile.am
+++ b/src/Makefile.am
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