watchdog: split out commands

I split out the watchdog command handlers into their own
subordinate file from the apphandler.  This reduces the
size of the contents of the apphandler file, and logically
cuts out code into its own files.

Change-Id: Idc70acad6c93c12456cc7092786715643c9c1ffb
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/Makefile.am b/Makefile.am
index 2c78f79..9eef999 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -49,6 +49,7 @@
 libapphandlerdir = ${libdir}/ipmid-providers
 libapphandler_LTLIBRARIES = libapphandler.la
 libapphandler_la_SOURCES = \
+	app/watchdog.cpp \
 	apphandler.cpp \
 	sensorhandler.cpp \
 	storagehandler.cpp \