summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJayanth Othayoth <ojayanth@in.ibm.com>2017-06-12 11:54:14 -0500
committerJayanth Othayoth <ojayanth@in.ibm.com>2017-06-12 11:55:34 -0500
commit065afc200a13104800e0a852a3243cb316e51455 (patch)
tree4622a183417d47fd58855747b8554a426ab584fb /configure.ac
parent1756c067e7815fad9ef97cb955a25261a15ecea3 (diff)
downloadphosphor-debug-collector-065afc200a13104800e0a852a3243cb316e51455.tar.gz
phosphor-debug-collector-065afc200a13104800e0a852a3243cb316e51455.zip
phosphor-debug-collector: Fix Dump Manager bus name
Fixes openbmc/openbmc#1774 Change-Id: Iad02c5df4083f5509f706cc64cc68bc7cd5e7391 Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index fb1f382..985624c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,7 +40,7 @@ AX_CXX_COMPILE_STDCXX_14([noext])
AX_APPEND_COMPILE_FLAGS([-Wall -Werror], [CXXFLAGS])
AC_ARG_VAR(DUMP_BUSNAME, [The Dbus busname to own])
-AS_IF([test "x$DUMP_BUSNAME" == "x"], [DUMP_BUSNAME="xyz.openbmc_project.Dump"])
+AS_IF([test "x$DUMP_BUSNAME" == "x"], [DUMP_BUSNAME="xyz.openbmc_project.Dump.Manager"])
AC_DEFINE_UNQUOTED([DUMP_BUSNAME], ["$DUMP_BUSNAME"], [The DBus busname to own])
AC_ARG_VAR(DUMP_OBJPATH, [The Dump manager Dbus root])
OpenPOWER on IntegriCloud