summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2018-09-13 00:36:12 -0700
committerWilliam A. Kennington III <wak@google.com>2018-10-05 15:06:20 -0700
commit1eb97d9c3d3a35c6421d7e9831db14ba8e038d89 (patch)
tree49548ce7447546fadb948aa9d49414cf5758e604 /Makefile.am
parentf505fc0674d5cf14a8b1903cb894e4a171e28400 (diff)
downloadphosphor-watchdog-1eb97d9c3d3a35c6421d7e9831db14ba8e038d89.tar.gz
phosphor-watchdog-1eb97d9c3d3a35c6421d7e9831db14ba8e038d89.zip
Convert to standard CLI11 argument parser
This simplifies the argument parsing logic drastically and still provides the same error handling as before. Tested: Ran through unit test suite and manually verified that the command line functions as expected on a real BMC. Change-Id: Ic5d69adf5359f9f64f2ada17e6a8f3242ca03e25 Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2de74ce..26c1980 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,6 @@ sbin_PROGRAMS = phosphor-watchdog
noinst_HEADERS = watchdog.hpp
phosphor_watchdog_SOURCES = \
- argument.cpp \
watchdog.cpp \
mainapp.cpp
OpenPOWER on IntegriCloud