Install YAML files
Install YAML files when installing the package.
Change-Id: I7a086be5098dd1473f60cfe9cdbd7d4574400065
Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
diff --git a/Makefile.am b/Makefile.am
index 105f33a..c5627da 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,6 @@
AM_DEFAULT_SOURCE_EXT = .cpp
+if WANT_LIBOPENPOWER_DBUS
nobase_include_HEADERS = ## These get filled in by Makefile.interfaces
libopenpower_dbusdir = ${libdir}
@@ -16,3 +17,9 @@
clean-local: clean-dbus
-include Makefile.interfaces
+endif
+
+yamldir = ${pkgdatadir}/yaml
+nobase_yaml_DATA = ## Filled in by Makefile.yaml
+
+-include Makefile.yaml