netipmid: Update netipmid to use ipmid as the main queue

All ipmi processing is now done in the main ipmi queue
(phosphor-host-ipmid) and messages are passed via dbus. This removes the
handler registration for providers and just passes the message along to
the main queue instead of executing the provider in-situ. This makes the
net-ipmid more like the bt-bridge or kcs-bridge that are simple channel
handlers that move messages from a medium to the queue.

Change-Id: Icc9d580fd5546505c95acf0bea47c70e09809b7d
Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
diff --git a/Makefile.am b/Makefile.am
index 392b820..f8b2160 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,8 +41,6 @@
 	main.cpp \
 	integrity_algo.hpp \
 	integrity_algo.cpp \
-	provider_registration.hpp \
-	provider_registration.cpp \
 	crypt_algo.hpp \
 	crypt_algo.cpp \
 	sol/console_buffer.hpp \
@@ -71,10 +69,8 @@
 	$(PHOSPHOR_LOGGING_LIBS) \
 	$(PHOSPHOR_DBUS_INTERFACES_LIBS) \
 	$(LIBIPMID_LIBS) \
-	$(LIBADD_DLOPEN) \
 	-lchannellayer \
-	-luserlayer \
-	-export-dynamic
+	-luserlayer
 
 netipmid_CXXFLAGS = \
 	-flto \