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>
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/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} \