Convert host-ipmid -> libipmid

phosphor-host-ipmid now exposes a library along with headers for
interfacing with the ipmi daemon. Compile and link against the new
library.

Change-Id: I663e6607f711bc8bae0a2127db524868f6d4cc32
Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/manager.hpp b/manager.hpp
index c0c4249..4caf4ea 100644
--- a/manager.hpp
+++ b/manager.hpp
@@ -2,7 +2,7 @@
 
 #include <blobs-ipmid/blobs.hpp>
 #include <ctime>
-#include <host-ipmid/oemrouter.hpp>
+#include <ipmid/oemrouter.hpp>
 #include <memory>
 #include <string>
 #include <unordered_map>