From 1a4beed99d47d92e71dca2e9c198c69a602dc324 Mon Sep 17 00:00:00 2001 From: Suryakanth Sekar Date: Wed, 12 Jun 2019 20:44:10 +0530 Subject: Defining session const for multi net session mgmt This session const will be used in multi session management and session commands and replace the existing session const used into lowercamel case Signed-off-by: Suryakanth Sekar Change-Id: I76725acdf5d3d002f82a1076509ed37d668d01d3 --- include/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Makefile.am') diff --git a/include/Makefile.am b/include/Makefile.am index b7c303a..996c41a 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,6 +1,7 @@ nobase_include_HEADERS = \ ipmid/api.hpp \ ipmid/api-types.hpp \ + ipmid/sessiondef.hpp \ ipmid/filter.hpp \ ipmid/handler.hpp \ ipmid/message.hpp \ -- cgit v1.2.1