summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLeonel Gonzalez <lgonzalez@us.ibm.com>2017-03-09 15:27:36 -0600
committerPatrick Williams <patrick@stwcx.xyz>2017-03-20 12:05:02 -0500
commit7fb0fe98b50c75f269728ca61126f2dbc6eabc46 (patch)
tree523724b21950f962841b7f0a706862cadc8d01f9 /configure.ac
parent981f2661defa193aa1a27cfe078d8f12002ca3c2 (diff)
downloadphosphor-objmgr-7fb0fe98b50c75f269728ca61126f2dbc6eabc46.tar.gz
phosphor-objmgr-7fb0fe98b50c75f269728ca61126f2dbc6eabc46.zip
Move object_mapper per dbus path conventions.
Partial fix for openbmc/openbmc#1112. Change-Id: I964620e7b741dffbf5a680ae775f371a28143860 Signed-off-by: Leonel Gonzalez <lgonzalez@us.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 2ad9855..bd80240 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,7 +59,7 @@ AS_IF([test "x$enable_oe_sdk" == "xyes"],
# Add defines to config header
AC_DEFINE([MAPPER_BUSNAME], ["xyz.openbmc_project.ObjectMapper"], [Object mapper bus name])
AC_DEFINE([MAPPER_INTERFACE], ["xyz.openbmc_project.ObjectMapper"], [Object mapper interface])
-AC_DEFINE([MAPPER_PATH], ["/xyz/openbmc_project/ObjectMapper"], [Object mapper DBUS path])
+AC_DEFINE([MAPPER_PATH], ["/xyz/openbmc_project/object_mapper"], [Object mapper DBUS path])
# Workaround for unpatched systemd installs
AC_ARG_ENABLE([unpatched-systemd],
OpenPOWER on IntegriCloud