Expanded PEL support for analyzer logs

Signed-off-by: Zane Shelley <zshelle@us.ibm.com>
Change-Id: Ie33c5b777d537ab054a06c09087edcddcc129f15
diff --git a/analyzer/meson.build b/analyzer/meson.build
index 40a65d3..0c69315 100644
--- a/analyzer/meson.build
+++ b/analyzer/meson.build
@@ -1,6 +1,7 @@
 # gather analyzer sources to be used here and elsewhere if needed
 analyzer_src = files(
     'analyzer_main.cpp',
+    'create_pel.cpp',
     'hei_user_interface.cpp',
     'initialize_isolator.cpp',
     '../util/ffdc_file.cpp',