summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
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