From 6e8979d2be1d0c874fa44eb9f501da23c984037e Mon Sep 17 00:00:00 2001 From: Vishwanatha Subbanna Date: Thu, 13 Jul 2017 16:48:20 +0530 Subject: 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 --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit v1.2.1