From: Stefan E. <se...@us...> - 2001-10-05 12:09:37
|
Update of /cvsroot/blob/blob/src In directory usw-pr-cvs1:/tmp/cvs-serv32673 Modified Files: Makefile.am Log Message: - added command line history module Index: Makefile.am =================================================================== RCS file: /cvsroot/blob/blob/src/Makefile.am,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- Makefile.am 2001/10/04 14:49:08 1.11 +++ Makefile.am 2001/10/05 12:09:35 1.12 @@ -59,6 +59,7 @@ flashasm.S \ testmem2.S \ command.c \ + command_hist.c \ error.c \ flash.c \ help.c \ |