regenerate-meson: re-run with latest from sdbusplus
The sdbus++-gen-meson has a new version, which requires regenerating
all the meson in this repository. Re-run the `regenerate-meson`
script.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ib3fe091253297e6cf82ddf2be8175bf3f4a495f4
diff --git a/gen/com/meta/Hardware/BMC/meson.build b/gen/com/meta/Hardware/BMC/meson.build
index 1d8d316..c8e9ab8 100644
--- a/gen/com/meta/Hardware/BMC/meson.build
+++ b/gen/com/meta/Hardware/BMC/meson.build
@@ -2,7 +2,7 @@
generated_sources += custom_target(
'com/meta/Hardware/BMC__cpp'.underscorify(),
input: [ '../../../../../yaml/com/meta/Hardware/BMC.interface.yaml', ],
- output: [ 'common.hpp', 'server.cpp', 'server.hpp', 'client.hpp', ],
+ output: [ 'common.hpp', 'server.cpp', 'server.hpp', 'aserver.hpp', 'client.hpp', ],
depend_files: sdbusplusplus_depfiles,
command: [
sdbuspp_gen_meson_prog, '--command', 'cpp',