summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-06-04 11:20:10 -0700
committerKeith Packard <keithp@keithp.com>2009-06-04 11:20:10 -0700
commit208bc15714c7b4020c017eef19011c4eb9ab51e2 (patch)
treee49f0098dd29ec7666655c749ce4374c03d96591 /configure.ac
parent17d2432a8b9c15963cd3b821f025ad33972ef477 (diff)
Move build and debug tools to 'cctools' directory.
These tools were merged in from the ccdbg package. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac13
1 files changed, 7 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 99511a6e..f7587a3a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -50,10 +50,11 @@ PKG_CHECK_MODULES([LIBUSB], [libusb-1.0])
AC_OUTPUT([
Makefile
aoview/Makefile
-lib/Makefile
-ccload/Makefile
-s51/Makefile
-ccmanual/Makefile
-ccdump/Makefile
-aoload/Makefile
+cctools/Makefile
+cctools/lib/Makefile
+cctools/ccload/Makefile
+cctools/s51/Makefile
+cctools/ccmanual/Makefile
+cctools/ccdump/Makefile
+cctools/aoload/Makefile
])