summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@us.ibm.com>2017-02-02 11:57:39 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-02-09 11:45:01 +0000
commitd6f8a360fa246c65149e3b249158cb2ee68bfa32 (patch)
tree353a930dde25eaf975a50bc1da8c96ccdc183462 /configure.ac
parent5d4f2379695f7c28549b107f325e0b0cd43d83b1 (diff)
downloadphosphor-dbus-interfaces-d6f8a360fa246c65149e3b249158cb2ee68bfa32.tar.gz
phosphor-dbus-interfaces-d6f8a360fa246c65149e3b249158cb2ee68bfa32.zip
Install YAML files
Install YAML files when installing the package. Change-Id: I7515fa625a9cb33bc9947f5472a178e38fe9a515 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b4bcc07..2618cdb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,6 +40,9 @@ LT_LIB_DLLOAD
# 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
OpenPOWER on IntegriCloud