summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVernon Mauery <vernon.mauery@linux.intel.com>2018-12-21 11:25:33 -0800
committerVernon Mauery <vernon.mauery@linux.intel.com>2019-02-15 19:28:54 +0000
commitdb9f8e739ad9f4a59123b63900a5577e95f3ce18 (patch)
tree7cdf6680b180061cb6dc1cad0c242cc74289f7c7
parent4021b1f7a1db46b6e467539371321513864534d4 (diff)
downloadphosphor-net-ipmid-db9f8e739ad9f4a59123b63900a5577e95f3ce18.tar.gz
phosphor-net-ipmid-db9f8e739ad9f4a59123b63900a5577e95f3ce18.zip
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>
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index fd6a20e..d27ee11 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -71,6 +71,7 @@ netipmid_LDFLAGS = \
$(PHOSPHOR_LOGGING_LIBS) \
$(PHOSPHOR_DBUS_INTERFACES_LIBS) \
$(LIBADD_DLOPEN) \
+ -lchannellayer \
-luserlayer \
-export-dynamic
OpenPOWER on IntegriCloud