Add ObjectManager to the root path of the log manager

The ObjectManager needs to be added to the top most
path of the dbus objects that it manages, so need to
initialize it with Logging/ and it'd manage the
Logging/Internal/ and Logging/Entry/ objects.

Fixes openbmc/openbmc#1170.

Change-Id: Ie659a2deaed2967ebca326a86b2e7fd7e637f784
Signed-off-by: Adriana Kobylak <anoo@linux.vnet.ibm.com>
diff --git a/configure.ac b/configure.ac
index 9f51ec6..a822189 100644
--- a/configure.ac
+++ b/configure.ac
@@ -60,6 +60,7 @@
 )
 
 AC_DEFINE(BUSNAME_LOGGING, "xyz.openbmc_project.Logging", [The log manager DBus busname to own.])
+AC_DEFINE(OBJ_LOGGING, "/xyz/openbmc_project/Logging", [The log manager DBus object path.])
 AC_DEFINE(OBJ_INTERNAL, "/xyz/openbmc_project/Logging/Internal/Manager", [The private log manager DBus object path.])
 AC_DEFINE(OBJ_ENTRY, "/xyz/openbmc_project/Logging/Entry", [The log entry DBus object path.])
 AC_CONFIG_HEADERS([config.h])