summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2017-11-01 10:48:02 -0500
committerMatt Spinler <spinler@us.ibm.com>2017-11-14 11:14:53 -0600
commit1d6ca484ee58c9ab44b4efc66c5b7dfc89b0c2f1 (patch)
treedf06b6ead4b55d080ada945577c05de73e5a6dca /src/Makefile.am
parentf55c1eed445c28d3e666223cecbcde759b0cfb0e (diff)
downloadphosphor-dbus-monitor-1d6ca484ee58c9ab44b4efc66c5b7dfc89b0c2f1.tar.gz
phosphor-dbus-monitor-1d6ca484ee58c9ab44b4efc66c5b7dfc89b0c2f1.zip
Add resolve callout rule support to YAML parser
The callout to resolve is specified in the YAML. Change-Id: If613fae1959c6a54279b2a50c7d858f3e7d831b9 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 29a4ba7..c20b9dd 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -31,7 +31,8 @@ TEMPLATES = \
templates/journal.mako.cpp \
templates/elog.mako.cpp \
templates/errors.mako.hpp \
- templates/method.mako.cpp
+ templates/method.mako.cpp \
+ templates/resolve_errors.mako.cpp
generated.hpp: $(PDMGEN) $(YAML_PATH) $(TEMPLATES)
$(AM_V_GEN)$(PYTHON) ${PDMGEN} \
OpenPOWER on IntegriCloud