commit | d22ab5b030ea76e5ba4ec55c8e1681c0bd79e796 | [log] [tgz] |
---|---|---|
author | Vernon Mauery <vernon.mauery@linux.intel.com> | Wed Jun 08 15:21:42 2022 -0700 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Wed Jun 08 15:29:55 2022 -0700 |
tree | eb56d0df34c4e5f6b485fc6eda9e3d40310eacb4 | |
parent | ba9bbb6f6abaeca5035f3221f88d7fedf86774bd [diff] |
fix header install The meson changes moved where header files were installed, causing other projects that depend on the headers being present to fail to build. This installs the header files like they were before. Tested: can build the intel-ipmi-oem code again Change-Id: Icd826b2f264603b8f7e32f7d7eaeb2c319b381cb Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.