From d6f8a360fa246c65149e3b249158cb2ee68bfa32 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Thu, 2 Feb 2017 11:57:39 -0500 Subject: Install YAML files Install YAML files when installing the package. Change-Id: I7515fa625a9cb33bc9947f5472a178e38fe9a515 Signed-off-by: Brad Bishop --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.am') 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 + -- cgit v1.2.1