summaryrefslogtreecommitdiff
path: root/ao-tools
diff options
context:
space:
mode:
Diffstat (limited to 'ao-tools')
-rw-r--r--ao-tools/Makefile.am2
-rw-r--r--ao-tools/lib/Makefile.am4
2 files changed, 4 insertions, 2 deletions
diff --git a/ao-tools/Makefile.am b/ao-tools/Makefile.am
index 2850e909..8144be1c 100644
--- a/ao-tools/Makefile.am
+++ b/ao-tools/Makefile.am
@@ -1 +1 @@
-SUBDIRS=lib ao-rawload ao-dbg ao-dumplog ao-bitbang ao-eeprom ao-list ao-load ao-postflight ao-view
+SUBDIRS=lib ao-rawload ao-dbg ao-bitbang ao-eeprom ao-list ao-load
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 \