From 3325024067487320abddbf0ffb5a528b1743122a Mon Sep 17 00:00:00 2001 From: Vernon Mauery Date: Tue, 12 Mar 2019 16:49:26 -0700 Subject: move types.hpp to ipmid/types.hpp for export types.hpp is required by utility.hpp, which is exported, so it needs to be exported as well. This moves it to the include/libipmid directory, changes the Makefile to export it, and changes all the files that include it so it can be found in the right place. Change-Id: I30ec365446e4de466c266ec4faa327478460ec05 Signed-off-by: Vernon Mauery --- 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 f51e7d7..a3051dd 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -11,6 +11,7 @@ nobase_include_HEADERS = \ ipmid/iana.hpp \ ipmid/oemopenbmc.hpp \ ipmid/oemrouter.hpp \ + ipmid/types.hpp \ ipmid/utility.hpp \ ipmid/utils.hpp \ ipmid-host/cmd.hpp \ -- cgit v1.2.1