diff options
| author | Brad Bishop <bradleyb@us.ibm.com> | 2017-02-02 11:57:39 -0500 |
|---|---|---|
| committer | Patrick Williams <patrick@stwcx.xyz> | 2017-02-09 11:45:01 +0000 |
| commit | d6f8a360fa246c65149e3b249158cb2ee68bfa32 (patch) | |
| tree | 353a930dde25eaf975a50bc1da8c96ccdc183462 /Makefile.am | |
| parent | 5d4f2379695f7c28549b107f325e0b0cd43d83b1 (diff) | |
| download | phosphor-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 'Makefile.am')
| -rw-r--r-- | Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 354cfc9..f00e7d1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,3 +17,8 @@ clean-local: clean-dbus -include Makefile.interfaces +yamldir = ${pkgdatadir}/yaml +nobase_yaml_DATA = ## Filled in by Makefile.yaml + +-include Makefile.yaml + |

