summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthew Barth <msbarth@us.ibm.com>2017-02-22 11:15:56 -0600
committerMatthew Barth <msbarth@us.ibm.com>2017-03-15 13:46:31 -0500
commitfefdc45eec58f4c6c75d05b156df2dfbae421cd3 (patch)
tree8b32b7ca51fed3e1aeffd4cbc411b483f45e1e24 /Makefile.am
parent398257a1d26c3591f534168900c271d9541bc4ad (diff)
downloadphosphor-fan-presence-fefdc45eec58f4c6c75d05b156df2dfbae421cd3.tar.gz
phosphor-fan-presence-fefdc45eec58f4c6c75d05b156df2dfbae421cd3.zip
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 <msbarth@us.ibm.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 4 insertions, 2 deletions
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
OpenPOWER on IntegriCloud