commit | 01123b2a5030b643210d7ae4f66c7ca2f0d211f7 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Thu Jun 20 13:49:06 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Thu Jun 20 19:44:21 2019 -0700 |
tree | 0de399e1e5b569c1996ff781d3e6a1103f68b9d7 | |
parent | 03db87e481fc09f3e5ab84e8207f72a11d3ab1ea [diff] [blame] |
tools: split out the update handler Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I367ea961c98ec822d3200d101c4f5977d77e7402
diff --git a/tools/Makefile.am b/tools/Makefile.am index c85ffeb..4fefe6e 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am
@@ -10,6 +10,8 @@ libupdater_la_SOURCES = \ $(top_srcdir)/util.cpp \ updater.cpp \ + handler.cpp \ + helper.cpp \ bt.cpp \ lpc.cpp \ io.cpp \