summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-09-04 13:00:02 -0700
committerKeith Packard <keithp@keithp.com>2009-09-04 13:00:02 -0700
commit0c771d999914f9d17c723900f2987acc45fd0fbb (patch)
treeede2198ac1d3230320a4b27407cbf3f5cc6d4bf7 /configure.ac
parent15341b6e6dcf52df083d6aa37ef881ea6ad48ee5 (diff)
Move usb scanning code to ao-tools library
This will allow the scanning code to be used by the command line tools as well as the ao-view GUI. Now that ao-view depends on the ao-tools library, it has been moved to the ao-tools directory as well. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b52bb6e9..dfbae71d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
])