X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=configure.ac;h=dea71396539971e5f029353c44c145eb311b6d58;hp=05d4913bc00b9da604036713bc6aa9a4f0323ffe;hb=6d9b93bfd637eb690159fc5efda0390eb602c6a7;hpb=8af5dd05fe56768f225251bbc66831494d80048e diff --git a/configure.ac b/configure.ac index 05d4913b..dea71396 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ(2.57) -AC_INIT([altos], 1.2.9.3) +AC_INIT([altos], 1.2.9.4) AC_CONFIG_SRCDIR([src/core/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE @@ -406,6 +406,8 @@ ao-tools/ao-sky-flash/Makefile ao-tools/ao-dumpflash/Makefile ao-tools/ao-edit-telem/Makefile ao-tools/ao-dump-up/Makefile +ao-tools/ao-elftohex/Makefile +ao-tools/ao-usbload/Makefile ao-utils/Makefile src/Version ])