altosui: Move AltosState.java to altoslib
[fw/altos] / configure.ac
index f9002508ec4199cd5bec5b8f0838191cfe0e6358..efccf71417747a304bd1f133076ea27ca642e499 100644 (file)
@@ -18,8 +18,8 @@ dnl
 dnl Process this file with autoconf to create configure.
 
 AC_PREREQ(2.57)
-AC_INIT([altos], 1.0)
-AC_CONFIG_SRCDIR([src/ao.h])
+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
 ])