altos/test: Add fake flight creation tool
[fw/altos] / configure.ac
index dc80f6e3939a188a77796830f4b1dd1fa24eed74..9c851a2bcebd72257cfe8988441f8d3864dffb86 100644 (file)
@@ -18,8 +18,8 @@ dnl
 dnl Process this file with autoconf to create configure.
 
 AC_PREREQ(2.57)
-AC_INIT([altos], 1.8.1)
-ANDROID_VERSION=15
+AC_INIT([altos], 1.8.1.1)
+ANDROID_VERSION=16
 AC_CONFIG_SRCDIR([src/kernel/ao.h])
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
 AM_MAINTAINER_MODE
@@ -553,6 +553,7 @@ ao-tools/ao-edit-telem/Makefile
 ao-tools/ao-dump-up/Makefile
 ao-tools/ao-elftohex/Makefile
 ao-tools/ao-usbload/Makefile
+ao-tools/ao-sendfake/Makefile
 ao-tools/ao-flash/Makefile
 ao-tools/ao-test-igniter/Makefile
 ao-tools/ao-test-baro/Makefile
@@ -563,6 +564,7 @@ ao-tools/ao-test-gps/Makefile
 ao-tools/ao-usbtrng/Makefile
 ao-tools/ao-chaosread/Makefile
 ao-tools/ao-makebin/Makefile
+ao-tools/ao-fakeflight/Makefile
 ao-utils/Makefile
 src/Version
 ])