From 1d6ca484ee58c9ab44b4efc66c5b7dfc89b0c2f1 Mon Sep 17 00:00:00 2001 From: Matt Spinler Date: Wed, 1 Nov 2017 10:48:02 -0500 Subject: 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 --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Makefile.am') 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} \ -- cgit v1.2.1