Register new Control.Host bus in ipmid

This sets up the framework for future commits to implement
the required interfaces and signals in Control.Host

Change-Id: I43cd7d3047ed9cfbf1a01e7ba3a0310e9d47c307
Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
diff --git a/Makefile.am b/Makefile.am
index 409cd3f..ccdf95b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -50,7 +50,7 @@
 libhostservicedir = ${libdir}/ipmid-providers
 libhostservice_LTLIBRARIES = libhostservice.la
 libhostservice_la_SOURCES = \
-	host-services.c \
+	host-services.cpp \
 	host-interface.cpp
 libhostservice_la_LDFLAGS = $(SYSTEMD_LIBS) \
                             $(libmapper_LIBS) \