summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDeepak Kodihalli <dkodihal@in.ibm.com>2017-02-27 00:47:12 -0600
committerDeepak Kodihalli <dkodihal@in.ibm.com>2017-03-15 09:20:14 -0500
commitb388da6553fac65a50ce02ca4d87b31fb5c9faeb (patch)
tree1aac6fb762b248c5105bff26579a8c85ecf44af3 /Makefile.am
parent867f7aa7098ebcc3f62fec7faa6121390d1bd055 (diff)
downloadphosphor-logging-b388da6553fac65a50ce02ca4d87b31fb5c9faeb.tar.gz
phosphor-logging-b388da6553fac65a50ce02ca4d87b31fb5c9faeb.zip
Entry: implement org.openbmc.Associations API
Have the Entry object implement the org.openbmc.Associations DBus API in order to add inventory callouts to errors. Change-Id: I9c645c90e3de4601cdbb020b591f5da24c733613 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index dae8b7a..7623ce5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,7 +31,8 @@ phosphor_log_manager_SOURCES = \
xyz/openbmc_project/Logging/Internal/Manager/server.cpp \
log_manager.cpp \
log_manager_main.cpp \
- elog_entry.cpp
+ elog_entry.cpp \
+ org.openbmc.Associations.cpp
# Be sure to build needed files before compiling
BUILT_SOURCES = \
OpenPOWER on IntegriCloud