Start the D-Bus loop in main()

Instantiate the Manager class as well as a D-Bus
object manager, and start the D-Bus processing loop.

Change-Id: Ide5adf8774739a259ca68f3a1bdd76a1dde3c610
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/configure.ac b/configure.ac
index cf833f6..6b38795 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,6 +29,8 @@
           [The xyz log entry interface])
 AC_DEFINE(LOGGING_BUSNAME, "xyz.openbmc_project.Logging",
           [The xyz logging busname])
+AC_DEFINE(IBM_LOGGING_BUSNAME, "com.ibm.Logging",
+          [The IBM log manager DBus busname to own])
 
 AC_CONFIG_FILES([Makefile])
 AC_OUTPUT