summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@us.ibm.com>2017-02-02 19:07:15 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-02-09 11:45:22 +0000
commit243cd14fec622459822dc4e62b367ebe1a3a09c8 (patch)
tree08ab667796ba2786e9680fc61ce0f6a920591621 /Makefile.am
parentd6f8a360fa246c65149e3b249158cb2ee68bfa32 (diff)
downloadphosphor-dbus-interfaces-243cd14fec622459822dc4e62b367ebe1a3a09c8.tar.gz
phosphor-dbus-interfaces-243cd14fec622459822dc4e62b367ebe1a3a09c8.zip
build: Add option to disable libphosphor_dbus
Add an option to disable libphosphor_dbus (YAML only). Change-Id: I94107e4fede2668c29ce101d339b0488e92cefca Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index f00e7d1..464c668 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,6 @@
AM_DEFAULT_SOURCE_EXT = .cpp
+if WANT_LIBPHOSPHOR_DBUS
nobase_include_HEADERS = ## These get filled in by Makefile.interfaces
libphosphor_dbusdir = ${libdir}
@@ -16,6 +17,7 @@ pkgconfiglib_DATA = phosphor-dbus-interfaces.pc
clean-local: clean-dbus
-include Makefile.interfaces
+endif
yamldir = ${pkgdatadir}/yaml
nobase_yaml_DATA = ## Filled in by Makefile.yaml
OpenPOWER on IntegriCloud