Install YAML files

Install YAML files when installing the package.

Change-Id: I7515fa625a9cb33bc9947f5472a178e38fe9a515
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/configure.ac b/configure.ac
index b4bcc07..2618cdb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,6 +40,9 @@
 # Create configured output
 AC_CONFIG_FILES([Makefile.interfaces],
     [${srcdir}/generate_makefile.sh ${srcdir} > Makefile.interfaces])
+AC_CONFIG_FILES([Makefile.yaml],
+    [${srcdir}/generate_yaml_makefile.sh ${srcdir} > Makefile.yaml])
+
 AC_CONFIG_FILES([Makefile])
 AC_CONFIG_FILES([phosphor-dbus-interfaces.pc])
 AC_OUTPUT