From: octo Date: Tue, 4 Apr 2006 21:26:41 +0000 (+0000) Subject: Removed the dependency on `cpu.h' since it has been deleted. X-Git-Tag: collectd-3.8.6^2~79 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=fd63358f40a1a1c0bd48268126874ebc8f549f24;p=collectd.git Removed the dependency on `cpu.h' since it has been deleted. --- diff --git a/src/Makefile.am b/src/Makefile.am index cff1ceb9..671ce580 100644 --- 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