Bump version to 1.2.9.3
[fw/altos] / ao-tools / lib / Makefile.am
index 79972f46f4ea6465781a19e20535e1bb481b6956..fd4dab253a8f4d33ffa3d6c07bd3bc5dd2758a09 100644 (file)
@@ -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,8 +20,8 @@ libao_tools_a_SOURCES = \
        cc-analyse.c \
        cc-convert.c \
        cc-dsp.c \
-       cc-log.c \
        cc-integrate.c \
+       cc-mega.c \
        cc-period.c \
        cc-process.c \
        cc-usb.c \
@@ -30,6 +33,8 @@ libao_tools_a_SOURCES = \
        cc-bitbang.h \
        cc-logfile.c \
        cc-telem.c \
+       cc-telemetry.c \
+       cc-telemetry.h \
        cp-usb-async.c \
        cp-usb-async.h \
        i0.c \