diff options
author | Keith Packard <keithp@keithp.com> | 2009-09-05 00:29:26 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-09-05 00:29:26 -0700 |
commit | 26f56b51bd11aa91f1d77b81827b49c28cb6ec5f (patch) | |
tree | 76824bc0286d1efee1f13293353403ab8f3d5b57 /configure.ac | |
parent | 73adae3661160d410dcc802873b530d255c210e5 (diff) |
Add ao-dumplog to capture flight log from command line
This duplicates the functionality of the flight log stuf in ao-view,
except from the command line where it belongs.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 56402857..73a33ac3 100644 --- a/configure.ac +++ b/configure.ac @@ -77,6 +77,7 @@ ao-tools/Makefile ao-tools/lib/Makefile ao-tools/ao-rawload/Makefile ao-tools/ao-dbg/Makefile +ao-tools/ao-dumplog/Makefile ao-tools/ao-bitbang/Makefile ao-tools/ao-eeprom/Makefile ao-tools/ao-list/Makefile |