diff options
author | Keith Packard <keithp@keithp.com> | 2011-08-23 23:20:00 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-08-23 23:20:00 -0700 |
commit | 63808e0392f43633f92fee137d968e969dd364c9 (patch) | |
tree | 1310a6909f1591d6e6527c62823b060e66a60762 /ao-tools/lib | |
parent | 186dfc7c72aa7eba281f29f917088e49e44c2ddc (diff) |
Remove stale tools (ao-dumplog, ao-postflight, ao-view)
These tools have all been supplanted by altosui at this point, and
keeping them around increases the build dependencies by quite a lot.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/lib')
-rw-r--r-- | ao-tools/lib/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ao-tools/lib/Makefile.am b/ao-tools/lib/Makefile.am index 79972f46..da355db5 100644 --- a/ao-tools/lib/Makefile.am +++ b/ao-tools/lib/Makefile.am @@ -2,6 +2,9 @@ noinst_LIBRARIES = libao-tools.a AM_CFLAGS=$(WARN_CFLAGS) $(LIBUSB_CFLAGS) $(GNOME_CFLAGS) +libao_tools_a_uneeded = \ + cc-log.c + libao_tools_a_SOURCES = \ ccdbg-command.c \ ccdbg-debug.c \ @@ -17,7 +20,6 @@ libao_tools_a_SOURCES = \ cc-analyse.c \ cc-convert.c \ cc-dsp.c \ - cc-log.c \ cc-integrate.c \ cc-period.c \ cc-process.c \ |