From 5933433652e6f557503b1c8617f71e84340767c0 Mon Sep 17 00:00:00 2001 From: Adriana Kobylak Date: Tue, 14 Feb 2017 16:00:15 -0600 Subject: 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 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit v1.2.1