netipmid: add dependency on libchannellayer

With libuserlayer splitting out the channel code into a separate
library, this needs to be linked in as well.

Change-Id: I23c7e3837b119e4a7906e4a0754eeba0a57abd64
Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
diff --git a/Makefile.am b/Makefile.am
index fd6a20e..d27ee11 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -71,6 +71,7 @@
 	$(PHOSPHOR_LOGGING_LIBS) \
 	$(PHOSPHOR_DBUS_INTERFACES_LIBS) \
 	$(LIBADD_DLOPEN) \
+	-lchannellayer \
 	-luserlayer \
 	-export-dynamic