Capture dump when an error with the name InternalFailure is logged

Change-Id: I2a362b674022dbe1ea8bfe16876d0416f87d0af1
Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
diff --git a/Makefile.am b/Makefile.am
index 638cb0f..f2bec7c 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,7 +7,8 @@
 	dump_internal.hpp \
 	dump_manager.hpp \
 	dump_utils.hpp \
-	watch.hpp
+	watch.hpp \
+	elog_watch.hpp
 
 nobase_nodist_include_HEADERS = \
 	xyz/openbmc_project/Dump/Internal/Create/server.hpp
@@ -21,7 +22,8 @@
 	dump_entry.cpp \
 	dump_manager.cpp \
 	watch.cpp \
-	xyz/openbmc_project/Dump/Internal/Create/server.cpp
+	xyz/openbmc_project/Dump/Internal/Create/server.cpp \
+	elog_watch.cpp
 
 phosphor_dump_monitor_SOURCES = \
 	watch.cpp \