From ebaae6115ff5248d7f46d065ca96229c1f4e583d Mon Sep 17 00:00:00 2001 From: Matt Spinler Date: Thu, 27 Apr 2017 14:21:48 -0500 Subject: Add dbus support to TachSensor TachSensor will match on properties changed signals for the Value and Target properties. When these occur, it will load in those properties and then tell the Fan class there was a change. Also, TachSensor will read in the Target property during construction so it will have a valid value to check against right away. Change-Id: I2dc2cacf5804826c6b0e0ea91196cbdaa4d5b893 Signed-off-by: Matt Spinler --- monitor/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'monitor/Makefile.am') diff --git a/monitor/Makefile.am b/monitor/Makefile.am index 26b66b5..6c6f4b3 100644 --- a/monitor/Makefile.am +++ b/monitor/Makefile.am @@ -11,6 +11,7 @@ phosphor_fan_monitor_SOURCES = \ tach_sensor.cpp phosphor_fan_monitor_LDADD = \ + $(top_builddir)/libfan.la \ $(SDBUSPLUS_LIBS) \ $(PHOSPHOR_LOGGING_LIBS) -- cgit v1.2.1