Code

Added config options `host' and `port' to the `hddtemp' plugin.
[collectd.git] / src / Makefile.am
index b959eb8b29fc3b389d8d9f2b4f53dc347ebfbd86..a98eab1bce0a90d11f01941bf37919581fe99bbe 100644 (file)
@@ -32,7 +32,7 @@ pkglib_LTLIBRARIES =
 
 if BUILD_MODULE_BATTERY
 pkglib_LTLIBRARIES += battery.la
-battery_la_SOURCES = battery.c battery.h
+battery_la_SOURCES = battery.c
 battery_la_LDFLAGS = -module -avoid-version
 battery_la_CFLAGS  = -Wall -Werror
 collectd_LDADD += "-dlopen" battery.la