summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDeepak Kodihalli <dkodihal@in.ibm.com>2017-03-14 08:31:59 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-03-28 20:54:05 +0000
commit07ad064fa9156f6d1dca9930f9d16dcbad4fc1a5 (patch)
tree701403954fd556625c8bece0f87ea700b3da5a00 /Makefile.am
parent48e6be3407257f67f5d12d143fdc3a862db8803e (diff)
downloadopenpower-dbus-interfaces-07ad064fa9156f6d1dca9930f9d16dcbad4fc1a5.tar.gz
openpower-dbus-interfaces-07ad064fa9156f6d1dca9930f9d16dcbad4fc1a5.zip
Install YAML files
Install YAML files when installing the package. Change-Id: I7a086be5098dd1473f60cfe9cdbd7d4574400065 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 7 insertions, 0 deletions
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 @@ pkgconfiglib_DATA = openpower-dbus-interfaces.pc
clean-local: clean-dbus
-include Makefile.interfaces
+endif
+
+yamldir = ${pkgdatadir}/yaml
+nobase_yaml_DATA = ## Filled in by Makefile.yaml
+
+-include Makefile.yaml
OpenPOWER on IntegriCloud