X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=configure.ac;h=57d2f1961c178a4f9ab856175e97c82c106c12f7;hp=9f386680e17841d6f0814d32379923d12966285d;hb=3bda859caf1501f8408703dca81412d70ba00e04;hpb=3d88e0493ab446d7c7011786390d30618a72d045 diff --git a/configure.ac b/configure.ac index 9f386680..57d2f196 100644 --- a/configure.ac +++ b/configure.ac @@ -18,8 +18,8 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ(2.57) -AC_INIT([altos], 0.9.7.1) -AC_CONFIG_SRCDIR([src/ao.h]) +AC_INIT([altos], 1.0.9.2) +AC_CONFIG_SRCDIR([src/core/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE @@ -122,6 +122,7 @@ ao-tools/ao-bitbang/Makefile ao-tools/ao-eeprom/Makefile ao-tools/ao-list/Makefile ao-tools/ao-load/Makefile +ao-tools/ao-telem/Makefile ao-utils/Makefile src/Version ])