summaryrefslogtreecommitdiffstats
path: root/monitor
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2018-10-29 16:01:06 -0700
committerWilliam A. Kennington III <wak@google.com>2019-02-05 11:55:21 -0800
commitdea024f072cd996136345031ce04ab09838f9726 (patch)
tree782614582cee2f56593a58523abc7a86111e07e4 /monitor
parent8fd879fb7bb9ed34fe69581dc714b4158046519f (diff)
downloadphosphor-fan-presence-dea024f072cd996136345031ce04ab09838f9726.tar.gz
phosphor-fan-presence-dea024f072cd996136345031ce04ab09838f9726.zip
libfan: Remove
Since the removal of the custom timer implementation our libfan has nothing but a single header file. Since we have no object code left we do not need a library to contain this code since the header is directly included where needed. Tested: Built and run through unit tests. Change-Id: I139b83ab979ead88cfd4c180ba8847a29c6407e2 Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'monitor')
-rw-r--r--monitor/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/monitor/Makefile.am b/monitor/Makefile.am
index e8d9bbd..e017de3 100644
--- a/monitor/Makefile.am
+++ b/monitor/Makefile.am
@@ -17,7 +17,6 @@ nodist_phosphor_fan_monitor_SOURCES = \
BUILT_SOURCES = fan_monitor_defs.cpp
phosphor_fan_monitor_LDADD = \
- $(top_builddir)/libfan.la \
$(SDBUSPLUS_LIBS) \
$(SDEVENTPLUS_LIBS) \
$(PHOSPHOR_LOGGING_LIBS) \
OpenPOWER on IntegriCloud