summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2017-01-12 13:27:49 -0600
committerAdriana Kobylak <anoo@us.ibm.com>2017-01-12 16:23:13 -0600
commitc0f0532d0b34a892e07a65d820369c591260fa21 (patch)
treeda4548fb09f4da92e9e466ce03afa8d46e2ed69b /configure.ac
parent8f7941edf6843109d3da69900976b04b42d78aa4 (diff)
downloadphosphor-logging-c0f0532d0b34a892e07a65d820369c591260fa21.tar.gz
phosphor-logging-c0f0532d0b34a892e07a65d820369c591260fa21.zip
Update log manager busname to match its systemd unit file
Change-Id: I9431b7d3df37fe92adaa9acb5172c8cfcdb38e4e Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 8ed1a3b..eef6ce9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,8 +46,8 @@ AS_IF([test "x$enable_oe_sdk" == "xyes"],
AC_SUBST([OESDK_TESTCASE_FLAGS], [$testcase_flags])
)
-AC_DEFINE(BUSNAME, "xyz.openbmc_project.Logging.Internal.Manager", [The DBus busname to own.])
-AC_DEFINE(OBJ, "/xyz/openbmc_project/Logging/Internal", [The DBus object path.])
+AC_DEFINE(BUSNAME_LOGGING, "xyz.openbmc_project.Logging", [The log manager DBus busname to own.])
+AC_DEFINE(OBJ_INTERNAL, "/xyz/openbmc_project/Logging/Internal/Manager", [The private log manager DBus object path.])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([Makefile test/Makefile])
AC_OUTPUT
OpenPOWER on IntegriCloud