From fefdc45eec58f4c6c75d05b156df2dfbae421cd3 Mon Sep 17 00:00:00 2001 From: Matthew Barth Date: Wed, 22 Feb 2017 11:15:56 -0600 Subject: Trace mapper and inventory errors Add journal error entries for error conditions on mapper and inventory manager update calls. Change-Id: Iecb310575414878f4b83c24136e6ae1312c6f7aa Signed-off-by: Matthew Barth --- Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e6df71c..610e543 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,8 +10,10 @@ phosphor_fan_presence_tach_SOURCES = \ nodist_phosphor_fan_presence_tach_SOURCES = \ fan_detect_defs.cpp -phosphor_fan_presence_tach_LDFLAGS = $(SDBUSPLUS_LIBS) -phosphor_fan_presence_tach_CXXFLAGS = $(SDBUSPLUS_CFLAGS) +phosphor_fan_presence_tach_LDFLAGS = $(SDBUSPLUS_LIBS) $(PHOSPHOR_LOGGING_LIBS) +phosphor_fan_presence_tach_CXXFLAGS = \ + $(SDBUSPLUS_CFLAGS) \ + $(PHOSPHOR_LOGGING_CFLAGS) BUILT_SOURCES = fan_detect_defs.cpp CLEANFILES = fan_detect_defs.cpp -- cgit v1.2.1