summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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
])