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 --- Makefile.am | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 5d81f75..c0483fb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,19 +1,5 @@ AM_DEFAULT_SOURCE_EXT = .cpp -noinst_LTLIBRARIES = libfan.la -libfan_la_LDFLAGS = -static -libfan_la_LIBADD = \ - $(PHOSPHOR_DBUS_INTERFACES_LIBS) \ - $(PHOSPHOR_LOGGING_LIBS) \ - $(SDBUSPLUS_LIBS) -libfan_la_CXXFLAGS = \ - $(PHOSPHOR_DBUS_INTERFACES_CFLAGS) \ - $(PHOSPHOR_LOGGING_CFLAGS) \ - $(SDBUSPLUS_CFLAGS) \ - -flto -libfan_la_SOURCES = \ - utility.cpp - SUBDIRS = . sdevent/test evdevpp/test if WANT_PRESENCE -- cgit v1.2.1