commit | 236d864bfd291cbb4bdbb6202436563dd38c93c8 | [log] [tgz] |
---|---|---|
author | Amithash Prasasd <amithash@meta.com> | Mon Nov 18 15:04:13 2024 -0800 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Nov 19 16:32:05 2024 +0000 |
tree | 6c48452beb000da155bf98207839386dd864aaf2 | |
parent | c6396da5975b70faf09d97787ae5ae8b122d2c9b [diff] |
Install commit.hpp into target include directory This ensures that users can include commit.hpp which is needed to generate event logs Change-Id: Ie04479d9a9ef41a3e3533db7bc20d33ff22b38be Signed-off-by: Amithash Prasasd <amithash@meta.com>
diff --git a/lib/include/phosphor-logging/meson.build b/lib/include/phosphor-logging/meson.build index 2b166cb..f129afe 100644 --- a/lib/include/phosphor-logging/meson.build +++ b/lib/include/phosphor-logging/meson.build
@@ -15,6 +15,7 @@ ) install_headers( + 'commit.hpp', 'elog.hpp', 'lg2.hpp', 'log.hpp',