summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorVernon Mauery <vernon.mauery@linux.intel.com>2019-02-01 13:34:13 -0800
committerVernon Mauery <vernon.mauery@linux.intel.com>2019-02-12 21:19:58 +0000
commit997a7a0820e53222b068c95a9ad492c68bca99f2 (patch)
tree1d4e2e53bca8a5f020bdeb98f75f89be60f90b75 /Makefile.am
parentf7c9db0acbd2c266d5468e3705850749bfaf9d86 (diff)
downloadphosphor-host-ipmid-997a7a0820e53222b068c95a9ad492c68bca99f2.tar.gz
phosphor-host-ipmid-997a7a0820e53222b068c95a9ad492c68bca99f2.zip
Create the libchannellayer library so it can split from libuserlayer
This will hold the channel manangement interface and implementation, which can be used separately from the libuserlayer. Change-Id: I06e7310223445cbb095f1e9caebc0e391afb704d Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index ac8449e..9bf6d4e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -102,6 +102,7 @@ TESTS = $(check_PROGRAMS)
libipmi20_la_LIBADD = \
libipmid/libipmid.la \
+ user_channel/libchannellayer.la \
user_channel/libuserlayer.la
libipmi20_la_LDFLAGS = \
$(SYSTEMD_LIBS) \
OpenPOWER on IntegriCloud