From dea024f072cd996136345031ce04ab09838f9726 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Mon, 29 Oct 2018 16:01:06 -0700 Subject: 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 --- monitor/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'monitor/Makefile.am') 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) \ -- cgit v1.2.1