Move usb scanning code to ao-tools library
[fw/altos] / configure.ac
index b52bb6e9c52721b88622c6b8253e52a6ef0cc8b6..dfbae71d8b067ea748f3d335bd84eed25f3d5587 100644 (file)
@@ -73,7 +73,6 @@ PKG_CHECK_MODULES([ALSA], [alsa])
 
 AC_OUTPUT([
 Makefile
-ao-view/Makefile
 ao-tools/Makefile
 ao-tools/lib/Makefile
 ao-tools/ao-rawload/Makefile
@@ -81,5 +80,6 @@ ao-tools/ao-dbg/Makefile
 ao-tools/ao-bitbang/Makefile
 ao-tools/ao-eeprom/Makefile
 ao-tools/ao-load/Makefile
+ao-tools/ao-view/Makefile
 ao-utils/Makefile
 ])