This patch adds an new plugin called multimeter.
[collectd.git] / debian / rules
index de41de1..1575a82 100755 (executable)
@@ -18,7 +18,7 @@ DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
 CFLAGS = -Wall -g
 
-PLUGINS = apache mysql sensors
+PLUGINS = apache mysql sensors multimeter
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
        CFLAGS += -O0