X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=configure.ac;h=efccf71417747a304bd1f133076ea27ca642e499;hb=d6df16525927d8096d1c0cccf4c86bf4c6599d53;hp=959f3b4d86e2ce1a64b4216f7bc8d9398174432d;hpb=1c344b760776cd5d8c0297d8db9bf02687381b4e;p=fw%2Faltos diff --git a/configure.ac b/configure.ac index 959f3b4d..efccf714 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.0.9.0) +AC_INIT([altos], 1.0.9.5) AC_CONFIG_SRCDIR([src/core/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE @@ -113,6 +113,7 @@ AC_OUTPUT([ Makefile altosui/Makefile altosui/AltosVersion.java +altosui/altoslib/Makefile altosui/libaltos/Makefile ao-tools/Makefile ao-tools/lib/Makefile @@ -122,6 +123,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 ])