summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2017-02-14 16:00:15 -0600
committerAdriana Kobylak <anoo@us.ibm.com>2017-02-15 11:26:28 -0600
commit5933433652e6f557503b1c8617f71e84340767c0 (patch)
tree2ac273402c3faec77b342e6408c956a13812cf15 /Makefile.am
parentc5f0bbd99a4a01435585da977bec82634e45cc4b (diff)
downloadphosphor-logging-5933433652e6f557503b1c8617f71e84340767c0.tar.gz
phosphor-logging-5933433652e6f557503b1c8617f71e84340767c0.zip
Export new header file for Host Event errors
Export a manually generated header file that contains the error information to log a host event error. This is temporary the openpower-dbus-interfaces repo exports the yaml files and the phosphor-logging repo parses the exception header files. The header file also contains the info generated by the lookup template. Change-Id: Iea02ffd809e3815f34bb4a1b5c89639d2207dd43 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a2b4ca5..fa066a1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
# export these headers
-include_HEADERS = log.hpp elog.hpp
+include_HEADERS = log.hpp elog.hpp elog-errors-HostEvent.hpp
# Generate this header, don't export in a distro
nodist_include_HEADERS = elog-gen.hpp
OpenPOWER on IntegriCloud