meson updates to install RAS data files

Signed-off-by: Zane Shelley <zshelle@us.ibm.com>
Change-Id: I3a24fce609a3bb8bbc82d216af6df38734d54cc6
diff --git a/analyzer/ras-data/meson.build b/analyzer/ras-data/meson.build
new file mode 100644
index 0000000..23644d5
--- /dev/null
+++ b/analyzer/ras-data/meson.build
@@ -0,0 +1,13 @@
+
+subdir('p10')      # for p10_data_files
+subdir('explorer') # for explorer_data_files
+
+data_files = [
+    p10_data_files,
+    explorer_data_files,
+]
+
+install_data( data_files, install_dir : join_paths(get_option('prefix'),
+                                                   get_option('datadir'),
+                                                   meson.project_name()) )
+