summaryrefslogtreecommitdiff
path: root/ao-tools/lib/Makefile.am
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2009-09-06 10:39:23 -0600
committerBdale Garbee <bdale@gag.com>2009-09-06 10:39:23 -0600
commit35c54b3a278fa9bc2bc7f4b5ee04866697c93ba0 (patch)
tree158e5e258d25e1d1f2ffa55492a3db43c16214ba /ao-tools/lib/Makefile.am
parent4f8eff7401ee2d8092ab36fa33411f9b23dda880 (diff)
parent6d018ab933832e2d80bb1564c339d9fb18b57be2 (diff)
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
Diffstat (limited to 'ao-tools/lib/Makefile.am')
-rw-r--r--ao-tools/lib/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/ao-tools/lib/Makefile.am b/ao-tools/lib/Makefile.am
index f66ee0a9..e682f757 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,9 @@ libao_tools_a_SOURCES = \
ccdbg-memory.c \
ccdbg-rom.c \
ccdbg-state.c \
+ cc-analyse.c \
+ cc-convert.c \
+ cc-log.c \
cc-usb.c \
cc-usb.h \
cc.h \
@@ -21,5 +24,7 @@ libao_tools_a_SOURCES = \
cc-util.c \
cc-bitbang.c \
cc-bitbang.h \
+ cc-logfile.c \
+ cc-telem.c \
cp-usb-async.c \
cp-usb-async.h