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 /ao-tools/lib/Makefile.am | |
| 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 'ao-tools/lib/Makefile.am')
| -rw-r--r-- | ao-tools/lib/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ao-tools/lib/Makefile.am b/ao-tools/lib/Makefile.am index f66ee0a9..da13ede9 100644 --- a/ao-tools/lib/Makefile.am +++ b/ao-tools/lib/Makefile.am @@ -1,6 +1,6 @@ noinst_LIBRARIES = libao-tools.a -AM_CFLAGS=$(WARN_CFLAGS) $(LIBUSB_CFLAGS) +AM_CFLAGS=$(WARN_CFLAGS) $(LIBUSB_CFLAGS) $(GNOME_CFLAGS) libao_tools_a_SOURCES = \ ccdbg-command.c \ @@ -14,6 +14,7 @@ libao_tools_a_SOURCES = \ ccdbg-memory.c \ ccdbg-rom.c \ ccdbg-state.c \ + cc-log.c \ cc-usb.c \ cc-usb.h \ cc.h \ |
