summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barth <msbarth@us.ibm.com>2019-08-12 15:18:57 -0500
committerMatthew Barth <msbarth@us.ibm.com>2019-08-12 15:18:57 -0500
commitc19ea653881781c9879a6b51c63989825dc80c2c (patch)
tree1c66ec28e9dbbe6771b7e1e7317c7b4b11f2b28b
parent3fb83b3787c8440e48d37eb4c488fa253d63a807 (diff)
downloadphosphor-logging-c19ea653881781c9879a6b51c63989825dc80c2c.tar.gz
phosphor-logging-c19ea653881781c9879a6b51c63989825dc80c2c.zip
Add missing lookup mako for distribution
The elog-lookup-template-mako.cpp was missing from the required package files to be able to generate the elog lookup source. Change-Id: Id10759367a0c4012239597c7a471e38f52bfec07 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 81745a0..e731c30 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -97,6 +97,7 @@ CALLOUTS_MAKO ?= callouts-gen.mako.hpp
ELOG_TEMPLATE_DIR ?= ${abs_srcdir}/tools/phosphor-logging/templates/
REQ_FILES_TO_GEN ?= ${abs_srcdir}/tools/elog-gen.py\
${ELOG_TEMPLATE_DIR}/$(ELOG_MAKO)\
+ ${ELOG_TEMPLATE_DIR}/$(LOOKUP_MAKO)\
${ELOG_TEMPLATE_DIR}/$(META_MAKO)\
${abs_srcdir}/callouts/callouts.py\
${abs_srcdir}/callouts/$(CALLOUTS_MAKO)
OpenPOWER on IntegriCloud