Update of /cvsroot/blob/blob
In directory usw-pr-cvs1:/tmp/cvs-serv11717
Modified Files:
configure.in
Log Message:
Add a directory for the commands. The idea is to have a single file per
command so the linker will automatically link in the correct object files
from libcommands.a.
Index: configure.in
===================================================================
RCS file: /cvsroot/blob/blob/configure.in,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- configure.in 2002/01/29 16:27:42 1.37
+++ configure.in 2002/01/29 17:47:23 1.38
@@ -479,6 +479,7 @@
include/blob/arch/Makefile
src/Makefile
src/blob/Makefile
+src/commands/Makefile
src/diag/Makefile
src/lib/Makefile
tools/Makefile
|