From: Erik M. <er...@us...> - 2002-02-17 19:54:51
|
Update of /cvsroot/blob/blob/include/blob In directory usw-pr-cvs1:/tmp/cvs-serv26300/include/blob Modified Files: Makefile.am Removed Files: terminal.h reboot.h Log Message: Move "reset" and "reboot" commands to lib/commands/ Index: Makefile.am =================================================================== RCS file: /cvsroot/blob/blob/include/blob/Makefile.am,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- Makefile.am 16 Feb 2002 00:43:59 -0000 1.16 +++ Makefile.am 17 Feb 2002 19:54:47 -0000 1.17 @@ -39,11 +39,9 @@ mini_inflate.h \ param_block.h \ partition.h \ - reboot.h \ sa1100.h \ sa1111.h \ serial.h \ - terminal.h \ time.h \ types.h \ util.h \ --- terminal.h DELETED --- --- reboot.h DELETED --- |