summaryrefslogtreecommitdiff
path: root/ao-tools/lib
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2011-08-24 01:38:58 -0600
committerBdale Garbee <bdale@gag.com>2011-08-24 01:38:58 -0600
commit4d94e8f9f807a0bbeab0cdead011e74eeca1d1b6 (patch)
tree1cf403c89bfdc979f7597d2fbf1e0dab75116afe /ao-tools/lib
parent4b5369dc3da2fc8441eeacbf094537b0cf52240d (diff)
parent3b0a9a1c87390747492bfef435ac8e0829ec748f (diff)
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
Diffstat (limited to 'ao-tools/lib')
-rw-r--r--ao-tools/lib/Makefile.am4
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 \