From: Erik M. <er...@us...> - 2002-01-29 17:47:26
|
Update of /cvsroot/blob/blob/src In directory usw-pr-cvs1:/tmp/cvs-serv11717/src Modified Files: Makefile.am 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: Makefile.am =================================================================== RCS file: /cvsroot/blob/blob/src/Makefile.am,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- Makefile.am 2001/10/07 19:04:24 1.14 +++ Makefile.am 2002/01/29 17:47:23 1.15 @@ -11,6 +11,7 @@ ########################################################################### SUBDIRS = \ + commands \ lib \ blob \ diag |