summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorVishwanatha Subbanna <vishwa@linux.vnet.ibm.com>2017-07-13 16:48:20 +0530
committerPatrick Williams <patrick@stwcx.xyz>2017-08-14 18:47:08 +0000
commit6e8979d2be1d0c874fa44eb9f501da23c984037e (patch)
tree0d271fece55fa4526579a367097b6e21775bbf0d /Makefile.am
parent3eb117a322aca11f049bb05beea5eb2f6385cb8e (diff)
downloadphosphor-host-ipmid-6e8979d2be1d0c874fa44eb9f501da23c984037e.tar.gz
phosphor-host-ipmid-6e8979d2be1d0c874fa44eb9f501da23c984037e.zip
Make host command manager accessible by OpenPower OEM
Since OpenPower Host IPMI OEM also needs to use the Host Command manager, need to place the files in appropriate directories and make needed changes. Change-Id: I7536a0ff1e53a844ec05f73c4e0605cbf4341465 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2f76317..2c78f79 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -89,7 +89,9 @@ libsysintfcmds_la_CXXFLAGS = $(SYSTEMD_CFLAGS) \
$(SDBUSPLUS_CFLAGS)
nobase_include_HEADERS = \
- host-ipmid/ipmid-api.h
+ host-ipmid/ipmid-api.h \
+ host-ipmid/ipmid-host-cmd.hpp \
+ host-ipmid/ipmid-host-cmd-utils.hpp
# Forcing the build of self and then subdir
SUBDIRS = . test softoff
OpenPOWER on IntegriCloud