Generate update registry
Generate the update registry, needed to return correct error messages
from update service.
Change-Id: Ifaa699cad8531070aea47d2476c1834df7c61e08
Signed-off-by: Alexander Hansen <alexander.hansen@9elements.com>
diff --git a/meson.build b/meson.build
index 1e42e92..8fd6a50 100644
--- a/meson.build
+++ b/meson.build
@@ -396,6 +396,7 @@
'redfish-core/src/resource_messages.cpp',
'redfish-core/src/subscription.cpp',
'redfish-core/src/task_messages.cpp',
+ 'redfish-core/src/update_messages.cpp',
'redfish-core/src/utils/dbus_utils.cpp',
'redfish-core/src/utils/json_utils.cpp',
'redfish-core/src/utils/time_utils.cpp',