blob: 996c41afc0da076d6403cbe6154d96936309d76f [file] [log] [blame]
William A. Kennington III194375f2018-12-14 02:14:33 -08001nobase_include_HEADERS = \
Vernon Mauerye7329c72018-10-08 12:05:16 -07002 ipmid/api.hpp \
Vernon Mauerye08fbff2019-04-03 09:19:34 -07003 ipmid/api-types.hpp \
Suryakanth Sekar1a4beed2019-06-12 20:44:10 +05304 ipmid/sessiondef.hpp \
Vernon Mauery08a70aa2018-11-07 09:36:22 -08005 ipmid/filter.hpp \
Vernon Mauerye7329c72018-10-08 12:05:16 -07006 ipmid/handler.hpp \
7 ipmid/message.hpp \
8 ipmid/message/pack.hpp \
9 ipmid/message/types.hpp \
10 ipmid/message/unpack.hpp \
William A. Kennington III194375f2018-12-14 02:14:33 -080011 ipmid/api.h \
12 ipmid/iana.hpp \
13 ipmid/oemopenbmc.hpp \
14 ipmid/oemrouter.hpp \
Vernon Mauery33250242019-03-12 16:49:26 -070015 ipmid/types.hpp \
Vernon Maueryf0bedac2019-03-06 08:29:19 -080016 ipmid/utility.hpp \
Vernon Mauery6a98fe72019-03-11 15:57:48 -070017 ipmid/utils.hpp \
William A. Kennington III194375f2018-12-14 02:14:33 -080018 ipmid-host/cmd.hpp \
19 ipmid-host/cmd-utils.hpp
20
21# Eventually we will split <ipmid/*> and <host-ipmid/*> headers
22# For now they will be the same during migration
23install-data-local:
24 $(MKDIR_P) $(DESTDIR)$(includedir)/host-ipmid
Patrick Venture489b8f42019-02-19 14:29:59 -080025 $(LN_S) -f ../ipmid/iana.hpp $(DESTDIR)$(includedir)/host-ipmid/iana.hpp
26 $(LN_S) -f ../ipmid/api.h $(DESTDIR)$(includedir)/host-ipmid/ipmid-api.h
27 $(LN_S) -f ../ipmid/oemopenbmc.hpp $(DESTDIR)$(includedir)/host-ipmid/oemopenbmc.hpp
28 $(LN_S) -f ../ipmid/oemrouter.hpp $(DESTDIR)$(includedir)/host-ipmid/oemrouter.hpp
29 $(LN_S) -f ../ipmid-host/cmd.hpp $(DESTDIR)$(includedir)/host-ipmid/ipmid-host-cmd.hpp
30 $(LN_S) -f ../ipmid-host/cmd-utils.hpp $(DESTDIR)$(includedir)/host-ipmid/ipmid-host-cmd-utils.hpp
William A. Kennington III194375f2018-12-14 02:14:33 -080031