blob: 08824c49613e7e857f32936a8a0f69d6522e78ff [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 \
Rajashekar Gade Reddye7023922019-07-10 16:54:55 +00005 ipmid/sessionhelper.hpp \
Vernon Mauery08a70aa2018-11-07 09:36:22 -08006 ipmid/filter.hpp \
Vernon Mauerye7329c72018-10-08 12:05:16 -07007 ipmid/handler.hpp \
8 ipmid/message.hpp \
9 ipmid/message/pack.hpp \
10 ipmid/message/types.hpp \
11 ipmid/message/unpack.hpp \
William A. Kennington III194375f2018-12-14 02:14:33 -080012 ipmid/api.h \
13 ipmid/iana.hpp \
14 ipmid/oemopenbmc.hpp \
15 ipmid/oemrouter.hpp \
Vernon Mauery33250242019-03-12 16:49:26 -070016 ipmid/types.hpp \
Vernon Maueryf0bedac2019-03-06 08:29:19 -080017 ipmid/utility.hpp \
Vernon Mauery6a98fe72019-03-11 15:57:48 -070018 ipmid/utils.hpp \
William A. Kennington III194375f2018-12-14 02:14:33 -080019 ipmid-host/cmd.hpp \
20 ipmid-host/cmd-utils.hpp
21
22# Eventually we will split <ipmid/*> and <host-ipmid/*> headers
23# For now they will be the same during migration
24install-data-local:
25 $(MKDIR_P) $(DESTDIR)$(includedir)/host-ipmid
Patrick Venture489b8f42019-02-19 14:29:59 -080026 $(LN_S) -f ../ipmid/iana.hpp $(DESTDIR)$(includedir)/host-ipmid/iana.hpp
27 $(LN_S) -f ../ipmid/api.h $(DESTDIR)$(includedir)/host-ipmid/ipmid-api.h
28 $(LN_S) -f ../ipmid/oemopenbmc.hpp $(DESTDIR)$(includedir)/host-ipmid/oemopenbmc.hpp
29 $(LN_S) -f ../ipmid/oemrouter.hpp $(DESTDIR)$(includedir)/host-ipmid/oemrouter.hpp
30 $(LN_S) -f ../ipmid-host/cmd.hpp $(DESTDIR)$(includedir)/host-ipmid/ipmid-host-cmd.hpp
31 $(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 -080032