From 5e6ac715611ab118d243318ea44523cc67de77c4 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Wed, 25 Oct 2017 12:16:19 -0700 Subject: 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 --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 2c78f79..9eef999 100644 --- a/Makefile.am +++ b/Makefile.am @@ -49,6 +49,7 @@ fru-read-gen.cpp: libapphandlerdir = ${libdir}/ipmid-providers libapphandler_LTLIBRARIES = libapphandler.la libapphandler_la_SOURCES = \ + app/watchdog.cpp \ apphandler.cpp \ sensorhandler.cpp \ storagehandler.cpp \ -- cgit v1.2.1