diff options
author | Keith Packard <keithp@keithp.com> | 2009-09-04 13:00:02 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-09-04 13:00:02 -0700 |
commit | 0c771d999914f9d17c723900f2987acc45fd0fbb (patch) | |
tree | ede2198ac1d3230320a4b27407cbf3f5cc6d4bf7 /Makefile.am | |
parent | 15341b6e6dcf52df083d6aa37ef881ea6ad48ee5 (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 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 96b9dea9..39e7c244 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS=src ao-view ao-tools ao-utils +SUBDIRS=src ao-tools ao-utils EXTRA_DIST = ChangeLog |